@charset "UTF-8";

/* Load Universal Styles */

@import url('universal.css');

body {
	margin: 0px;
	background:url(../images/random/randomizer.php) bottom right no-repeat fixed;
}

/* STRUCTURE */

/* Flash Content */

div#flashhead {
	width:100%;
	height:300px;
	background:#f8f8f8 url(../images/bg_flash.png) center top repeat-x;
	text-align:center;
	clear:both;
}
div#flashcontent {
	position:relative;
	width:950px;
	height:300px;
	margin:0px auto;
}



/* Main Content */

div#main_container {
	width:984px;
	padding: 20px 20px 20px 20px;
	margin:0 auto;
	overflow:hidden;
	background: none;
}

div#headline{
	width:984px;
	margin:0 auto;
	padding:20px 0px;
}

span.client_title{
	display:block;
	font-size:16px;
	line-height:20px;
	height:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:5px 0px 0px 0px;
	color:#666;
	
}
span.client_title_red{
	display:block;
	font-size:18px;
	line-height:20px;
	height:20px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:5px 0px 0px 0px;
	color:#eb2a2e;
	
}

.client_desc{
	display:block;
	font-size:11px;
	font-style:italic;
}

/* About Us */

h2.aboutus{
	display:block;
	width:164px;
	height:32px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	background:url(../images/h2_aboutus.png) 0px 0px no-repeat;
}

div#cs_left{
	float:left;
	width:281px;
	padding:0px 20px 20px 20px;
}

div#main_container p{
	text-align: justify;
	line-height: 18px;
}
div#cs_right{
	position:relative;
	overflow:hidden;
	float:right;
	width:652px;
	padding:32px 0px;
}
div#rc_left{
	float:left;
	width:281px;
	padding:0px 20px 20px 20px;
}
div#rc_left p:first-child{
	margin-top:0px;;
}

div#rc_right{
	float:right;
	width:281px;
	padding:0px 20px 20px 20px;
}
div#rc_right p:first-child{
	margin-top:0px;;
}

/* Misc. */


.getflash{
	position:absolute;
	display:block;
	width:160px;
	height:41px;
	text-indent:-9999px;
	background:url(../images/getflashplayer.jpg) 0px 0px no-repeat;
	top:129px;
	left:395px;
}

#rc_left blockquote p{
	line-height:24px;
	font-size:16px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#eb2a2e;
}
