#body{
	background:#7EA0C4 url(../images/img_bkg.jpg) repeat-x;
	margin: 0 auto;
	text-align: center;
}

#header{
	text-align: center;
	margin-top: 60px;
	background: url(../images/header.png) no-repeat center;
	height: 261px;
	vertical-align: text-top;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-right: 10px;
}

#container{
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background: url(../images/rotator/rotate.php);
	background-position: 35px 42px;
	background-repeat: no-repeat;
	
}

#content{
	padding: 5px 18px;
	margin: 0;
}

#left{
	float: left;
	font-size: small;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffffff;
	width: 425px;
}

#right{
	float: right;
	font-size: small;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffffff;
	text-indent: 5px;
	padding-bottom: 5px;
}



#footer{
	background-image: url(../images/bkg/footer_bkg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: x-small;
	color: #ffffff;
	padding: 10px;
}

h1{
	font-size: medium;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #EBFEDC;
	font-weight: bold;
	padding-top: 10px;
}

h2{
	font-size: small;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #EBFEDC;
	font-weight: bold;
	padding-top: 10px;
}

a:link{
	color: #365b87;
	text-decoration: none;
	padding-left: 10px;
}

a:visited{
	color: #365b87;
	text-decoration: none;
	padding-left: 10px;
}

a:hover{
	color: #b166b4;
	text-decoration: none;
	padding-left: 10px;
}

/* My Comment */


.thumb_pad {
	padding: 5px;
}


/* Highlight Box*/

#highlight_container{
	padding: 0;
	margin: 0;
	width: 320px;
}

#top{
	background: url(../images/box_top.png) no-repeat;
	padding: 0;
	margin: 0;
	
	
}

#mid{
	background: url(../images/box_mid.png) repeat-y;
	background-position: right;
	padding: 1px 0;
	margin: 0;
}

#bottom{
	background: url(../images/box_bott.png) no-repeat;
	background-position: right;
	padding: 0;
	margin: 0;
	
}

.required{
	color: #f00;
}

.img{
	padding-left: 10px;
} 	
