/* ---------------------------------------------------------------------------------- */
/* CSS Document - last updated: 25/04/2008																						*/

/* The Polo Magazine																																	*/
/* Author: Webnetism (www.webnetism.co.uk)																						*/

/* layout_control.css																																	*/
/* Media: screen																																			*/
/* ---------------------------------------------------------------------------------- */

html, body {
	height:610px;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: verdana, sans-serif;
	background-color: #000;
	color: #fff;
}

#wrapper {
	margin:0 auto;
	position:relative;
	width: 1000px;
	height: auto;
	padding-bottom:0px;
}

#logo { position: relative; top:5px; margin-left:7px; float: left; }

#main_content_home {
	position: relative;
	top: 0px;
	width: 1000px;
	min-height: 672px;
	height: auto;
	float: left;
	background-image: url(../images/main_back/middle_border.gif);
	border: solid 1px #262438;
}

#main_content {
	position: relative;
	top: 0px;
	width: 1000px;
	min-height: 672px;
	height: auto;
	float: left;
	background-image: url(images/main_back.jpg);
	border: solid 1px #262438;
	background-color: #000000;
}

.nav_backgound  {
	height: 30px;
	background-image: url(../images/top_nav_background.gif);
}

#main_back {
	height: 394px;
/*	background-image: url(../images/main_back.jpg);*/
}

#main_body_content  {
	min-height: 451px;
	height: auto;
	background-color: #fff;
}

#left_nav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 180;
	float: left;
	border: solid 1px #262438;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 10px;
}
.field200 {width:250px;}

.images {padding:10px; background-color:#56528f;}
.image_border {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 15px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.border {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.border {
	border: 1px solid #000;
}
img { border:none }

