/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(layout/bodybg.jpg) repeat-x top;
	margin: 0px;
	color: #333;
}	

.clear {
	clear: both;
}

#logo {
	position: absolute;
	z-index: 5;
	width: 87px;
	height: 106px;
	margin-left: 15px;
	top: 0px;
	background: url(layout/logo.jpg) no-repeat;

}

#container {
	width: 900px;
	margin: 0px auto;
}

#content {
	width: 100%;
	position: relative;
	background: url(layout/contentbg.jpg) repeat-y top;
	top: 87px;
}

#content .left {
	width: 205px;
	float: left;
}

#content .right {
	height: 100%;
	width: 695px;
	float: left;
}

#content .right .pad {
	padding: 10px;
	padding-left: 20px;
	font-size: 14px;
	color: #666666;
}

#content .right .pad p{
	width: 65%;
}

#content .right .pad img{
    display: block;
	padding: 20px;
}

#menu {
	height: 245px;
	width:205px;
	background: #e2e2e4;
	padding-top: 40px;
}

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

#menu ul li {
	display: block;
	width: 205px;
	height: 22px;
	background:url(layout/menuitem.jpg) right;
	margin-bottom: 5px;
}

#menu ul li a {
	font-size: 15px;
	color: #A67C99;
	text-decoration: none;
	padding-left: 30px;
}

#menu ul li .active {
	font-weight: bold;
}

#footer {
	clear: both;
	width: 900px;
	margin: 0px auto;
	height: 65px;
	background: url(layout/footerbg.jpg);
	text-align: center;
	color: white;
	font-size: 11px;
	padding-top: 20px;
}

h1 {
	font-size: 24px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #BF60A1;
	border-left: 5px solid #F8C400;
	font-weight: normal;
}

h1 strong {
	font-weight: strong;
	font-size: 36px;
	display: block;
	line-height: 80%;
	
}

.highlight {
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	color: #CDB6C6;
}

.testimonials {
	font-size: 10px;
	font-weight: normal;
	color: #CDB6C6;
}
.testimonials p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* weather forecast styles*/
#weather {
	font-size: 11px;
	color: #6A758D;
	padding: 10px;
}

#weather h6{
	font-size: 11px;
	margin: 0;
}

#weather p{
	text-align: left;
	font-size: 10px;
}

#weather p img{
	float: right;
}

#weather p strong a{
	font-size: 100%;
	text-decoration: none;
}

#weather p a{
	font-size: 10px;
}

/* Styles from old script from runel draft for quickness */


.gray {
	font-size: 11px;
	color: #908F8F;
	text-decoration: none;

}

.violet {
	color: #A47896;
	text-decoration: none;
}

.white {
	color: #FFFFFF;
	text-decoration: none;

}

.small {font-size: 9px}

a:link, a:visited, a:hover, a:active {
	color: #2B52D5;
	text-decoration: none;
}

a img{
	border: none;
}


h2{
	font-size: 16px;
}

h3{
	margin:3px 0 3px;
	display: block;
	font-size: 14px;
}

h4{
	font-size: 12px;	
}

.slogan {
	float: right;
	margin-top: 25px;
	padding-right: 20px;
	width: 200px;
}

/* adsense */

#topAd {
position: absolute;
margin-top: 7px;
margin-left: 330px;
}

#rightAd {
	float: right;
	margin-top: 50px;
	padding-right: 0;
	width: 200px;
}

#rightAd2 {
position: absolute;
margin-top: 105px;
margin-left: 520px;
}

#rightAd3 {
float: right;
margin-top: 105px;
padding-right: 20px;
width: 200px;
}

#rightAd4 {
position: absolute;
margin-top: 380px;
margin-left: 430px;
}