/*UDW Sample layouts CSS files */
/*Designed by Mike Ballard at Undesign the Web */


/*Specific Text Styles




/*Tag Selectors */



body 		{
			color:#000;font-family: arial, helvetica, sans-serif;
			
			}

a:link, a:visited,  a:active {color:#333;text-decoration:none;}

a:hover 	{}



/*Layout Selectors */

#container{	background:#fff7e1;
			margin-left:auto;
			margin-right:auto;
			padding:0px;
			border:1px solid #000;
			width:800px;
		
			/*background:#CCCCCC;*/
		}
#header {background:url(theme_images/right_header_image.gif);	
			border-bottom:1px solid #000;
		background-position:center right;
		background-repeat:no-repeat;
		background-color:#ece0bc;
			height:100px;
			margin:0;
			padding:0;
			
			
		}
		

#header img {text-align:center;}

.addresstop {	
				margin-top:59px;
				margin-left:5px;
				padding:0px;
				float:left;
				width:200px;
				font-size:9px;
				font-family:arial,helvetica,sans-serif;
				font-weight:lighter;
				color:#666;
				display:inline;
				
			}


.logo 	{	
			float:left;
			padding:0px;
			width:300px;
		}
.logo>img {margin-top:20px;margin-left:-35px:margin-right:30px;padding:0px;}

#menu 	{ 
			background:#ece0bc;
			color:#ccc;
			margin-top:8px;
			margin-left:3px;
			margin-right:3px;
			margin-bottom:3px;
			padding-left:10px;
			padding-top:5px;
			height:25px;
			font-family:"Book Antiqua", geneva, times new roman, times, serif;
			font-style:italic;
		}
#menu ul {
			
			margin-top:0px;
			margin-left:0px;
			padding:0px;
		 }
#menu li {
			margin:0px; 
			padding-left:10px;
			padding-right:13px;
			display:inline;
			list-style-type:none;
		 }
		 
#menu a  {
			font-weight:lighter;
			font-size:14px;
			font-family:arial,helvetica,sans-serif;text-decoration:none;
			/*color:#ccc;*/
		}
#menu a:hover {text-decoration:none;color:#222;}
#content { 
			margin:auto;
			padding:4px;
			background:#fff7e1;
		 }
	/*#imagecontainer {max-width:790px;}*/
#content img {
				width:187px;
				border:1px solid #666;
				margin-right:5px;
				padding:0px;
			 }
			 
.description {	
				text-align:center;
				font-size:12px;
				font-family:geneva, times new roman, times, serif;
				font-weight:lighter;
				color:#666;
				margin-left:3px;
				margin-right:3px;
				
				
				}
#footer {
			margin:0px;
			padding:0px;
			clear:both;
			border-top:1px solid #000;
			background:#ece0bc;
			font-size:10px;
			font-family:arial,helvetica,sans-serif;
			font-weight:lighter;
			/*color:#ccc;*/
			color:#666;
			
			text-align:center;
		}

/*Misc Styles*/
