body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	background-color:#454C40;
	margin: 0px;
	padding:0px;
	
}
.content
{
	width:1000px;
	margin:0 auto;
	height:750px;
	background-image:url(../images/homepagebg.png);
	background-position:0 0;
	background-repeat: no-repeat;
	border:1px solid #000000;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 0px 5px 8px #000;
}

.content1
{
	width:1000px;
	margin:0 auto;
	height:750px;
	/*background-image:url(../images/homepagebg.png);*/
	background-position:0 0;
	background-repeat: no-repeat;
	border:1px solid #000000;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 0px 5px 8px #000;
}

.redbuttons {
    background-color: #663333;
    border-color: #663333;
    border-right: 1px solid #663333;
    border-style: solid solid groove;
    border-width: 1px;
    color: white;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
	cursor:pointer;
    height: 24px;
}
.redbuttons1 {
    background-color: #6D675C;
    border-color: #6D675C;
    border-right: 1px solid #6D675C;
    border-style: solid solid groove;
    border-width: 1px;
    color: white;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
	cursor:default;
    height: 24px;
}

.homepageboldtext
{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	height:250px;
	width:100%;
}
.homepageboldtext1
{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	height:150px;
	width:100%;
}
.homepagewriteustext
{
	font-size:16px;
	color:#FFFFFF;
	height:200px;
	text-align:right;
	width:100%;
	padding-right:20px;
}
.header
{
	height:110px;
	width:100%;
}
.headermenu
{
	width:100%;
	padding-top:50px;
	padding-left:20px;
}
.headermenutext
{
	padding-right:40px;
	color:#D4D4D4;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.headermenutextcurrent
{
	padding-right:40px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.contentinner
{
	width:100%;
	background-image:url(../images/contentbg.png);
	background-position:0 0;
	background-repeat: repeat;
	
}
.footer
{
	height:70px;
	width:100%;
}
.imageshadow
{
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;

}
.textinnercontent
{
	padding-left:5px;
	font-size:14px;
	border-bottom:1px solid #000000;
	border-right: 1px solid #000000;
}