@charset "utf-8";
/* CSS Document */
body{
	font-family:"Trebuchet MS"; color:#CCCCCC;
	text-align:center;
	background-color:#666666;
}
a{
	color:#CCCCCC;
	text-decoration:none;
}
a:hover{
	color:#FFFFCC;
	text-decoration:underline;
}
#wrapper{
	margin:0 auto;
	width:800px;
	text-align:justify;
	background-color:#333333;
}
#header{
	margin-top:10px;
	background:url(images/banner1.jpg) no-repeat;
	height:200px;
}
#boxes{
	width:800px;
	margin-left:15px;
}
img.box{
	margin-top:30px;
	margin-left:40px;
}
#topnav{
	text-align:right;
	padding:10px 40px 0px 20px;
}
#left_col{
	float:left;
	width:230px;
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
	
}
#left_col p{
	font-size:80%;
}
#main{
	float:left;
	width:500px;
	margin-top:15px;
	padding:10px 10px 10px 10px;
}
#footer{
	clear:both;
	text-align:center;
	border-top: dotted 1px #CCCCCC;
	font-size:80%;
	padding-bottom:10px;
	margin-left:20px;
	margin-right:20px;
}
#footer a{
	color:CCCCCC;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFCC;
	text-decoration:underline;
}
h1{
	font-weight:normal;
}
h2{
	background: url(images/h2_bg.jpg) no-repeat left center;
	padding:10px 10px 10px 10px;
	letter-spacing:1px;
	font-size:1.1em;
	color:#FFFFCC;
}
ul{
	line-height:200%;
	list-style:none;
	margin-left:5px;
	padding:0;
	text-align:left;
	font-size:0.8em;
}
li{
	margin:0;
	border-bottom:dotted 1px #CCCCCC;
	
}
.firstpara{
	line-height:200%;
}
/***********style for gallery**********************/
p.gallery{
	text-align:center;
	font-size:18px;font-weight:bold;color:#FFFFFF;
	padding-bottom:20px;
}

img.anita{
	border: solid 4px #FFFFFF;
}
p.desc{
	float:right;
	width:30%;
	text-align:left;
	font-size:12px;
	padding-bottom:20px;
}
div.maingallery{
	text-align:center;
	margin-bottom:5px;
	padding:5px;
	width:70%;
}
hr{
	color:#66CC99; 
	margin-right:30px;
}


