/*Chris Bovard
Perfect CSS Template 
DO NOT EDIT BELOW */
* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color: #E2E6E8;
	background-image:   url(../images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
img {
	border: none;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
	/*border: 1px dashed #990000;*/
}
#footer, #push {
	height: 4em; /* .push must be the same height as .footer */

}

#header{
	width:100%;
	height: 139px;
	background-image: url(../images/header_grad.gif);
	background-repeat : repeat-x;
	/*position: absolute;
	top:1%;
	left:25%;*/
}
#logo {
	width: 646px;
	margin: 0 auto;
	height: 130px;
	padding : 8px 0px 0px 0px;
}
#footerinner{
	width:100%;
	height: 139px;
	background-image: url(../images/footer_grad.gif);
	background-repeat : repeat-x;
}
#footerlinks {
	text-align:center;
	color:#f4f3ef;
	/*border: 1px dashed #990000;*/
	padding-top:30px;
}
.clear {
	clear:both;
}
/*DO NOT EDIT ABOVE*/

#main {
	margin: 0 auto;
	width: 644px;
	background-image: url(../images/content_bg.gif);
	background-position: center top;
	background-repeat : repeat-x;
	/*border: 1px dashed #990000;*/
}
#navheader{
	margin: 0 auto;
	width: 643px;
	background-color : transparent;
	/*border: 1px dashed #990000;*/
}
#nav {
	float:left;
	width:224px;
	background-color : transparent;
}
#page_header {
	float: right;
	width: 414px;
	background-color: transparent;
	text-align: center;
	/*border: 1px dashed #990000;*/
	padding-top:12px;
}
#content {
	margin: 0 auto;
	width: 642px;
	padding : 3px 3px 3px 3px;
}
.div {
	width: 495px;
	padding-top : 20px;
	margin: 0 auto;
}
.div2 {
	width: 300px;
	padding-top : 10px;
	padding-bottom: 10px;
	margin: 0 auto;
}
.div3 {
	width: 270px;
	float: left;
}
.div4 {
	width: 270px;
	float: right;
}
.divA {border:1px red dashed;}
.floatLeft {float: left;}
.floatRight {float: right;}

/* CSS for the box starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	margin:0.5em 0;
}
/* Rules for the top corners and border */
.bt {
	background:url(../images/box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(../images/box.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../images/box.png) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/borders.png) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/borders.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
}
/* CSS for the box ends here */

/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}


