 html, body{

	text-align:center;

} 

 
#leftcol{
	width:160px;
	float:left;
	position:relative;
	color: #fff;
	height: auto;
	font-size: 12px;
        margin-left: -2px;
 }
 
#maincol{
	background-color: #fff;
	float: right;
	display:inline;
	position: relative;
	width:410px;
	background-image: url(images/brides07-logo.gif);
	background-repeat: no-repeat;


 }
* html body div#maincol { height:710px;}
 
#footer{
	background-color:#000;
	clear:both;
	text-align: right;
	color: #fff;
	font-size: 27px;
 } 
 #maincol p {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -15px;
	font-size: 12px;
	margin-bottom: 18px;
}
#date {
	width: 200px;
	text-align: center;
	float: right;
	font-size: 12px;
	margin-top: 92px;
}

h2 {
	font-size: 25px;
	line-height:25px;
	padding-bottom: 2px;
}
h3 {
font-size: 18px;
line-height: 18px;
}
h5 {
	text-align: center;
	font-size: 14px;
	padding-bottom: 2px;
	margin-left: 14px;
}
h6 {
	font-size: 14px;
	display: none;
	clear:none;
}
#focus {
	margin-left: -30px !important;
	margin-left: 0px;
	text-align: center;
}
#focus li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 3px;
}
#feature {
	margin-left: -15px !important;
	margin-left: 20px;
	text-align: center;
	width: 120px;
}
#feature li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 3px;
}


#navcontainer ul
{
margin-left: 2px;
padding-left: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 155px;
background-color: #000;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #999;
color: #fff;
}
#maincol ul {
	font-size: 12px;
	padding-bottom: 8px;
}
#maincol a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#maincol a:hover {
	text-decoration: underline;
}
#photos {
	text-align: center;
}


#leftcol img {
	margin-left: 5px;
	margin-top: 5px;
}
#leftcol li img {
	margin-left: -5px;
}
.bold {
	font-weight: bold;
}
#tincAppDoc {
Padding-bottom: 20px;}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.htm *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
