body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-color: #CCCCCC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;

}
h1 {
	color: #000;
	text-transform: capitalize;
	font-weight:normal;
}
h2 {
	color: #000;
	text-transform: capitalize;
	font-weight:normal;
}
h3 {
	color: #000;
	text-transform: capitalize;
	font-weight:normal;
}

a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}

a:hover2 {
	color: #990000;
	text-decoration: none;
}

#frame {
     margin: auto;
	 width: 750px;
	 text-align: left;
	 border-left: 1px solid #B0B0B0;
	 border-right: 1px solid #B0B0B0;
	 border-top: 1px solid #B0B0B0;
	 border-bottom: 1px solid #B0B0B0;
     background-color: #fff;
}
#logo {
	width: 750px;
	text-align: left;
	background-color: #003366;
	 
}
#footer
{
	vertical-align: bottom;
	margin-top: 5px;
	font-size: 12px;
	color: #000;
}
#footer a {
text-decoration: none;
color: #000;
}

#footer a:hover {
text-decoration: bold;
color: #666;
}


#menu {
   width: 750px;
   display: block;
   background-color: #ccc;
   height: 26px;
   background-repeat: repeat-x;
   background-image: url(images/bg_menu.jpg);
   margin-bottom: -1px;
   border-top: 1px solid #f5f5f5;
   border-bottom: 1px solid #f5f5f5;
}

#menupadding {padding-right: 45px;}


#menu a {
	color: #000;
	display: block;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bolder 6px;
   text-decoration: none;
   white-space: nowrap;
   list-style-type: none;
   list-style-image: none;
   padding-top: 7px;
   padding-right: 13px;
   padding-bottom:6px;
   padding-left: 13px;
   font-weight: normal;
}
#message {


}
#menu a:hover {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-right: 12px;
	padding-left: 12px;
	color: #000;
	background-color: #C5D8EB;
}
#menu a:hover {
   background-repeat: repeat-x;
   background-image: url(http://www.aubreymedia.com/images/bg_menu_hover.jpg);
}
#contactform {
	width: 500px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 50px;
	margin-left: 100px;
}
#formhouse {
   width: 250px; 
   clear: both;   
   margin-top: 3px;
   margin-bottom: 3px;}
#sendformright {
    float: right;
}
#sendformleft {
    float: left;
}
#clearall {clear: both; float: none; width: 250px;}
#contentarea1 {
   width: 600px;
   margin-top: 30px;
   margin-bottom: 40px;
   margin-left: 30px;
}
#contentarea2 {
   width: 600px;
   margin-top: 30px;
   margin-bottom: 40px;
   margin-left: 50px;
}
#contentarea3 {
   padding-top: 5px;
   width: 750px;
   margin: 0px;
}

#contentarea5 {
   width: 700px;
   margin-top: 30px;
   margin-bottom: 40px;
   padding-left: 50px;
}
#contentarea4 {
   padding-top: 0px;
   width: 750px;
   margin: 0px;
   border-top: 1px solid #fff;
}
.greyborder {border: 1px solid #b3b3b3;}

#contentarea_video {
   width: 750px;
   margin-top: 0px;
   margin-bottom: 0px;
   background-image: url(vidcontent/bg.jpg); 
   background-repeat:no-repeat;
}
.content_pad {padding: 30px;}

