/* AKF Weddings CSS File */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background: url(http://hellriegelstudio.com/images/bkgrd.gif);} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 border: 1px solid #000;
 background-color: #f9f9f9;} 
 
#header{
 position:relative; 
 height:150px; 
 background-color:#f9f9f9;
 background-image: url(http://hellriegelstudio.com/images/v2/logos/hs-header-logo.jpg); 
 width:100%;
 border-bottom: 5px #f8f48e solid;} 
 
#rightcol{
 width: 167px; 
 float:right; 
 position:relative; 
 background-color: #f9f9f9;}
 
#maincol{background-color: #fff;  
 float:left; 
 display:inline; 
 position: relative; 
 width: 669px; 
 background-color: #f9f9f9;
 text-align: left;
 padding-left: 10px;}
 
#footer{
 height:20px; 
 background-color:#f8f48e;
 text-align: right;
 font-size: 12px;
 border-bottom: 3px Solid #000; 
 clear:both;
 padding-right: 5px;} 
 
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

ul.body, li.body { 
	list-style: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 40px; 
	padding: 0px; 
	font-family: tahoma;
	font-size: 14px;
	color: #000;
	text-align: justify;
	line-height: 1.5;}

ul {
	list-style: none;
	margin: 0;
	padding: 0;	}
	
p { text-align: left;}

h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-align: center;
	line-height: 1.7;
	color: #000;}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: left;
	line-height: 1.5;
	color: #000;}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: left;
	line-height: 1.5;
	color: #f3a833;}
	
h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	line-height: 1;
	color: #000;}

.boxy {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;	
	border-right: 1px solid #000000;
	padding : 2px;
	background-color:#2d4c68;}
	
.contentCtr { 
	font-family: tahoma; 
	font-size: 14px; 
	color: #fff; 
	text-decoration: none;
	line-height: 1.5;
	text-align: center}
	
/*- Menu 4--------------------------- */
#menu4 {
	width: 167px;
	margin: 0px;
	position:relative;
	float: left;}
	
#menu4 li a {
	height: 32px;
  voice-family: inherit;
  height: 24px;
	text-decoration: none;}	
	
#menu4 li a:link, #menu4 li a:visited {
	color: #CCC;
	display: block;
	background:  url(images/v2/misc/menu4.gif);
	padding: 8px 0 0 10px;
	}
	
#menu4 li a:hover {
	color: #FFF;
	background:  url(images/v2/misc/menu4.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
