@font-face {
	font-family: Gill Sans Bold;
	src: url('Gill Sans MT Bold.ttf');
}


body {
	margin: 0px;
	padding: 0px;
	background-image: url(../imgs/modeldjs/stadjbg.jpg);
	background-repeat: repeat;
}

h1, h2, h3, h4, h5 ,h6, p, img, table, tl, th, tr {
	margin: 0px;
	padding: 0px;
}

img {
	border-width: 0px;
}


#main_page {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 1200px;
	padding: 10px 10px 0px 10px;
}

#main_header {
	width: 900px;
	text-align: left;
}

#main_nav {
	margin-top: 15px;
	width: auto;
	height: 30px;
}

#main_nav ul {
	display: inline;
	list-style-type: none;
}

#main_nav ul li {
	float: left;
	padding-left: 22px;
	padding-right: 1px;
}

#main_nav ul li a {
	font-family: arial;
	font-size: 19.5px;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#main_nav ul li a:hover {
	color: #e06aa9;
}

#main_slideshow {
	width: 892px;
	height: 250px;
	border-width: 4px;
	border-style: solid;
	border-color: #e06aa9;
	margin-top: 15px;
	padding-left: 0px;
}

#main_content {
	width: 900px;
	height: auto;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #555;
	margin-top: 15px;
	padding-top: 10px;
}

#main_content_left {
	float: left;
	width: 580px;
	height: 100px;
	/*background-color: #06F;*/
}

#main_content_right {
	float: left;
	width: 300px;
	height: 100px;
	margin-left: 20px;
	/*background-color: #06F;*/
}

#section_header_left {
	width: 572px;
	background-color: #222;
	padding: 4px 4px 4px 6px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#section_header_right {
	width: 292px;
	/* background-color: #e06aa9; */
	background-color: #222;
	padding: 4px 4px 4px 6px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#section_header_left h3, #section_header_right h3 {
	font-family: arial;
	font-size: 21px;
	color: #fff;
}

#model_djs_list {
	width: 100%;
}

#model_djs_list ul {
	width: 600px;
	display: inline-block;
	list-style-type: none;
	margin-left: -39px;
	margin-top: -5px;
}

#model_djs_list ul li {
	float: left;
	width: 180px;
	margin-right: 12px;
	margin-top: 15px;
	border-width: 2px;
	border-color: #222;
	border-style: solid;
	background-color: #222;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#model_djs_list ul li p {
	font-family: arial;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding: 3px 0px 3px 3px;
	text-decoration: none;
}

#model_djs_list ul li p a {
	font-family: arial;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding: 3px 0px 3px 3px;
	text-decoration: none;
}

#twitter_feed {
	margin-top: 10px;
}

#twitter_feed #desc {
	width: 100%;
	padding: 3px;
	font-family: arial;
	font-size: 13px;
	color: #fff;
	background-color: #ff7700;
	font-weight: bold;
	margin-top: 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#twitter_feed #desc a {
	text-decoration: none;
	color: #fff;
}

