@charset "UTF-8";

/*STYLES FOR PAGE LAYOUT & POSITIONING */

/*(styles for internal divisions, tags and classes are located in "coloring.css"*/

/* -------------------------------------------------------------------------------*/

/*Main structural divisions and universal selector */

* { margin: 0 0 0 0; padding: 0 0 0 0; }

body {
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x; 
	max-width:960px;
	min-width:760px;
	margin-left: 115px;
	margin-right: auto;
}


#main_wrapper {
	float: left;
	margin-top: 10px;
	width: 750px;
	height: 638px;
}

#header {
	float: left;
	width: 750px;
	height: 90px;
}

 #nav_inner #case {
	float: left;
	width: 145px;
	margin: 25px 0 0 2px;
	padding: 0 0 5px 5px;
}

#content {
	float: left;
	width: 450px;
	height:515px; 
	margin-left: 150px;
}

#nav {
	float: left;
	width: 150px;
	margin-left: -600px;
	height: 515px;
	
}

#advertizing {
	float: right;
	width: 130px;
	height: 515px;
}

#footer {
	clear:both;
	height:30px;
}

/*Layout for the internal divisions */


#header_inner {
	
	float: left;
	width: 750px;
	height: 90px;
}

#content_inner {
	float: left;
	width: auto;
	height: auto;
	padding: 10px;
}

#nav_inner {
	float: left;
	width: 145px;
	margin: 5px 0 10px 2px;
	padding: 0 0 5px 5px;
}

#form_box {
	float: left;
	width: 145px;
	height: auto;
	text-align: left;
	padding-left: 5px;
	margin-top: 5px;
}


#ad_inner {
	float: left;
	text-align: left;
	width: 125px;
	margin-top: 10px;
	padding: 0 3px 0 3px;
	
}

#footer_inner {
	height: 30px;
} 
