@charset "utf-8";
/* CSS Document */

* { padding:0px; margin:0; }
img { border:none; }
.cr { clear:right; }
.cl { clear:left; }
.cb { clear:both; }
.cb5 {  clear:both; height:5px; }
.cb10 { clear:both; height:10px; }
.cb15 { clear:both; height:15px; }
.cb20 { clear:both; height:20px; }
.cb25 { clear:both; height:25px; }

a { color: #E110B4; text-decoration:none; }
a:hover { color:#69F; text-decoration:underline; }

body {
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #202020;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.head { height:104px; width:890px; margin:0 auto; }
.left { width:420px; height:104px; float:left; background:url(/img/interracial.png) no-repeat bottom left; }
.left h1 { text-align:right; font-size:16px; color:#E110B4; text-transform:uppercase; padding:20px 5px 5px 0; }
.left p { text-align:right; font-size:13px; font-weight:bold; color:#fff; padding:0 5px 0 0; }
.right { width:450px; height:104px; float:right; }
.right h3 { text-align:center; font-size:14px; }

.headlink-box {
	float: left;
	width: 205px;
	height:85px;
	padding:0 0 0 4px;
}
.headlink-box a { text-decoration:none; display:block; line-height:14px; font-size:11px; width:200px; }
.headlink-box a span { color:#fff; text-decoration:none; }
.headlink-box a:hover { text-decoration: underline; }

.nav {
	background-image: url(/img/navbg.jpg);
	height: 24px;
	width: 875px;
	margin:0 auto;
	padding-top: 11px;
	padding-left: 15px;
}
.nav a { color:#fff; }

.sub-container {
	width:886px;
	padding:7px 6px 7px 8px;
	margin:0 auto;
	border:1px solid #4A4A4A;
	background:#EAEAEA ;
 }

.gal { float:left; margin:2px; width:217px; height:183px; overflow:hidden; }
.gal a img { width:215px; height:150px; border:1px solid #000; float:left; margin:0 0 3px 0; }
.gal p { color:#000; font-size:11px; padding:3px; }
.gal p a { }

.top-gal { float:left; margin:2px; width:217px; height:185px; text-align:center;  }
.top-gal a img { width:215px; height:150px; border:1px solid #000; float:left; margin:0 0 3px 0; }
.top-gal p { text-align:center; color:#000; font-size:11px; padding:2px; }
.top-gal p a { }

.top30 { width:900px; margin:0 auto; }
.top30-col { width:300px; float:left; text-align:left; }
.top30-col h5 { font-size:17px; }
.top30-col h5 a { }

.niched { width:900px; margin:0 auto; padding:3px; text-align:center; }

.toptxt { width:948px; height:40px; margin:0 auto; }
.toptxt .topline { width:237px; height:40px; float:left; text-align:center; }
.toptxt .topline h3 { font-size:16px;  }
.toptxt .topline p { font-size:11px; }

.arch { width:900px; margin:0 auto; padding:5px 5px 5px 20px; }
.arch-box { border:1px dashed #CCC; padding:5px; float:left; font-size:12px; margin:3px; }
.arch-box:hover { border:1px solid #CCC;  }
.arch-box a { text-decoration:none; font-weight:bold; display:block; }
.arch-box a:hover { text-decoration:underline; }

.arch-txt { height:30px; width:890px; font-size:11px; color:#666; float:left; text-align:center; }
.arch-txt b { }

.foot { height:103px; width:815px; margin:0 auto; text-align:center; background:url(/img/foot.png) top left no-repeat; padding:10px 5px 10px 80px; }
.foot h4 { font-weight:normal; font-size:11px; }
.foot h4 a { text-decoration:underline; }
.foot p { padding:0 0 0 10px; }

/* Height Hacks \*/
.clear:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
