/* CSS Document */

body {
	margin: 0;
	background-color: #66cccc;
	padding-top:20px;
	
		}

#wrapper{
width:900px;
border:1px solid #999999;
margin:auto;
}

#header{
padding-left: 25px;
float:left;
padding-top:25px;
}
	
#header img{
border:#cc6565 solid 2px;
padding:5px;
}

h1{
color:#267272;
font-size:18px;
text-align:center;
}

h1 a {
color:#267272;
}

h1 a:hover{
color:#FFFFFF;
}
ul li{
padding:0;
margin:0;
list-style-type:none;
}


img{
border:0;
}

.logo{
padding-left:95px;
}


#copyright{
border-top:#cc6565 solid 1px;
clear:both;
text-align:center;
color:#cc6565;

}

a{
text-decoration:none;
}

.comp{
text-align:center;
text-decoration:none;
color:#3300CC;
}
.terms{
padding-left:250px;
}
.terms ul li{
list-style-type:square;
}
/* Menu */

#menu {
	width: 900px;
	margin: auto;
	padding: 0;
	height: 50px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 20px 0 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #cc65cc;
	font-weight:bold;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Left box */
#left{
float:left;
width:275px;
margin-left:25px;
background-image:url(images/backgroundbox.jpg);
height:660px;
}

#left p{
padding:5px;
}

/* Right box */
#right{
float:right;
width:275px;
margin-right:40px;
background-image:url(images/backgroundbox.jpg);
height:660px;
}

#right p{
padding:5px;
}

/* Left box */
#middle{
float:left;
background-image:url(images/backgroundbox.jpg);
width:275px;
margin-left:5px;
height:660px;

}

#middle p{
padding:5px;
}

#content{
float:left;
padding:10px;
background-image:url(images/backgroundbox.jpg);
width:880px;
}

#content h1{
color:#267272;
text-align:left;
}

.rightimg{
padding-left:10px;
}

.leftimg{
padding-right:10px;

}