@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}
body{
background:url(images/page_bg.jpg) repeat-x;
color:#7c512f;
font-family: Georgia,Tahoma,Sans-serif;
font-size: 12px;
}
a{
color:#990000;
text-decoration:none;
}
#container{
width:1000px;
padding:0;
margin:0 auto;}
#top{
position:relative;
width:1000px;
background:url(images/header_bg.jpg) no-repeat;
height:300px;
}
#menu{
	position:absolute;
	bottom:133px;
	right:73px;
	width: 532px;
}
#adtag{
	position:absolute;
	bottom:43px;
	right:70px;
	width: 574px;
}
#logo{
	position:absolute;
	width:361px;
	height:299px;
	left:13px;
	top:0px;
}
#content{
width:600px;
line-height: 20px;
padding:0;
margin:-60px 150px 0 250px;
}
#flash{
margin:20px auto;
text-align:center;
}
.testimonial{
clear:both;
	margin:0px auto;
	background: url(images/butterfly.png) top no-repeat;
	padding-top:110px;
}
#footer{
background:url(images/foot_bg.jpg) bottom #fff no-repeat;
float:left;
height:60px;
color: #E83D75;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
#footer a{
text-decoration:none;
color:#FF0066;
}
#footL{
padding-left:20px;
margin-top:30px;
float:left;
width:300px;
}
#footR{
margin-top:30px;
padding-right:20px;
text-align:right;
float:right;
width:200px;
}


/*///////// text ////////*/
h1,h2,h3,h4{
font-family:Arial, Helvetica, sans-serif;
}
h1{font-size: 22px;}
h2{font-size:18px;color:#E83D75;margin:10px 0}
h3{
	font-size:20px;
	color:#7c512f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h4{
font-size: 16px;
color:#990000;
font-family:Georgia, "Times New Roman", Times, serif;
font-style: normal;
padding:0;
margin:0;
}
#bioPics{
padding-left:10px;
padding-right:10px;
padding-bottom:20px;
margin:20px auto;
text-align:center;
}
.img_left{
float:left;
border: 1px dotted #000;
padding:5px;
}
.img_right{
float: right;
border: 1px dotted #000;
padding: 5px;
}

/*///////// CLASSES /////*/
