/* CSS by Travis King of Teamunited Web Design */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }



																							/* CSS Document */
body {
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-align:center;
	font-size: 62.5%;
	margin:0;
	background: url(images/body_background.jpg) #BBD6EC repeat-x;
}

.wrapper{
	width: 770px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	top: 0;
	left:0;
	background: url(images/main_background.jpg) #FFF repeat-y;
}
#branding{
	width: 770px;
	height: 200px;
	background-color: #FFF;
	background-image: url(images/header.jpg);
}
#content{
	width: 770px;
	text-align: center;
	font-size: 1.6em;
}
#content img{
	margin: 20px;
}
.coming_soon {
	border: 1px solid #000;
}
#left_content{
	text-align: left;
	width: 547px;
	float: left;
	padding: 20px 10px 10px 20px;
}
#left_content p{
	padding: 10px 15px 5px 10px;
}
#left_content ul{
	list-style-type: circle;
	padding: 5px 10px 5px 30px;
	color: #661924;
}
#right_content{
	text-align: left;
	width: 163px;
	float: left;
	padding: 35px 10px 0px 20px;
}
#right_content ul{
  	margin: 0;
	padding: 0;
}
#right_content ul li{
	margin: 0;
	padding: 0;
}
#right_content img{
	margin: 0;
}
.contact{
	width: 495px;
	margin: 20px;
	padding: 10px;
	background: #F5E9EA;
	border: 1px dashed #000;
}
.contact h2{
	text-align: center;
}
.contact p{
	text-align: right;
	padding: 0 10px 20px 0;
}
.contact img{
	float: left;
	margin: 10px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #000;
}
#footer{
	width: 770px;
	height: 45px;
	clear: both;
	background: url(images/footer_background.jpg) #BBD6EC no-repeat;
}
#footer p{
	font-size: 1.2em;
	padding-left:10px;
}
