/*defaults*/
body, html{
	margin: 0px;
	background-color: #efefef;
	font-family: tahoma;
	font-size: 12px;
	background-image: url('../images/layout/bg.jpg');
	background-repeat: repeat-x;
	background-color: #150102;
}

h1 {
	font-size: 15pt;	
}

.clear{
	clear: both;
}

#container{
	width: 1007px;
	margin: auto;
}

#topLeft{
	background-image: url('../images/layout/topLeft.jpg');
	width: 12px;
	height: 30px;
	float: left;
}

#topRight{
	background-image: url('../images/layout/topRight.jpg');
	width: 12px;
	height: 30px;
	float: left;
}

#topLeftMenu{
	width: 428px;
	height: 30px;
	float: left;
}

.redMenu{
	background-image: url('../images/layout/redMenuSlice.jpg');
	background-repeat: repeat-x;
}

#redBlackSplit{
	width:11px;
	height: 30px;
	background-image: url('../images/layout/redBlackMenuSplit.jpg');
	float: left;
}

#topRightMenu{
	width: 544px;
	height: 30px;
	float: left;
	
}

.blackMenu{
	background-image: url('../images/layout/blackMenuSlice.jpg');
	background-repeat: repeat-x;
	
}

.blackMenu a{
	display: block;
	padding-left: 8px;
	padding-right: 5px;
	color: #cccccc;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	height: 30px;
	padding-top: 4px;
	float: left;
}

.blackMenu a:hover{
	color: white;
}

.blackMenuDivider{
	background-image: url('../images/layout/blackMenuDivider.jpg');
	background-repeat: no-repeat;
	height: 30px;
	width: 11px;
	float: left;
}

.blackMenu2{
	background-image: url('../images/layout/blackMenuSlice2.jpg');
	background-repeat: repeat-x;
}

.blackMenuDivider2{
	background-image: url('../images/layout/blackMenuDivider2.jpg');
	background-repeat: repeat-x;
	height: 30px;
	width: 12px;
	float: left;
}

.blackMenu2 a{
	display: block;
	padding-left: 8px;
	padding-right: 5px;
	color: #cccccc;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	height: 30px;
	padding-top: 7px;
	float: left;
}

.blackMenu2 a:hover{
	color: white;
}

#logo{
	background-image: url('../images/layout/logo.jpg');
	width: 437px;
	height: 216px;
	border-left: 2px solid black;
	float: left;
}

#logoRight{
	float: left;
	border-right: 2px solid black;
}

#middleMenu{
	width: 566px;
	height:46px;
}

.silverMenu{
	background-image: url('../images/layout/silverMenuSlice.jpg');
	background-repeat: repeat-x;
}

.silverMenu a{
	display: block;
	padding-left: 8px;
	padding-right: 5px;
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	height: 46px;
	padding-top: 13px;
	float: left;
}

.silverMenu a:hover{
	color: black;
}

.silverMenuDivider{
	background-image: url('../images/layout/silverMenuDivider.jpg');
	background-repeat: no-repeat;
	height: 46px;
	width: 11px;
	float: left;
}

#domainName{
	background-image: url('../images/layout/domainReg.jpg');
	background-repeat: no-repeat;
	width: 566px;
	height: 170px;
}

#contentContainer{
	border-left: 2px solid black;
	border-right: 2px solid black;
	width: 983px;
	background-color: #fff;
	padding: 10px 0px 0px 20px;;
}

#bottomBar{
	width: 1003px;
	height: 52px;
	background-image: url('../images/layout/bottomBar.jpg');
	border-left: 2px solid black;
	border-right: 2px solid black;
}

#footer{
	width: 1007px;
	height: 30px;
}

#botLeft{
	background-image: url('../images/layout/botLeft.jpg');
	width: 12px;
	height: 30px;
	float: left;
}

#botNav{
	width: 983px;
	height: 30px;
	float: left;
}

#botNav span{
	float: right;
	color: white;
	padding-top: 6px;
}

#botRight{
	background-image: url('../images/layout/botRight.jpg');
	width: 12px;
	height: 30px;
	float: left;
}

#blackMenu2Logo{
	background-image: url('../images/layout/blackMenu2Logo.jpg');
	height: 30px;
	width: 121px;
	float: right;
}

/*content pages*/
.content_left{ float: left; width: 60%; text-align: left; margin-left: 10px; }
.content_right{ float: right; width: 35%; text-align: center;}
.content_left p {text-align: justify;}
.content_image {margin-top: 20px; border: 1px solid #dededd; padding: 10px;}

