/* wedding_video.css */ 
/* font: <font-style> <font-variant> <font-weight>  <font-size> <line-height> <font-family> */
/* background: <background-color> <background-image>  <background-repeat> <background-attachment>  <background-position> */
/* W3C CSS validator wants you to explicitly set background-color when you specify a foreground color. set {background-color:inherit;} when you specify a {color:#000;} and the validator will stay happy */

/*<body bgcolor="#000000" text="#CCCCCC" link="#CCCCCC" vlink="#CC9900" alink="#CC9900">*/
body {
	color:#AAAAAA;
	background-color:#000000;
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:14px;
	font-weight:900;
	color:#FFFFFF;
	background-color:inherit;
	}
h2 {
	color:#CCCCCC;
	background-color:inherit;
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:11px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p.indent {
        margin:0 0 0 20px;
	text-indent: -20px;
	}
p.bigletter:first-letter {
	font-size:200%;
	float:left;
	}

li {
	font-weight: 600;
	}
ul {
	margin:0 0 15px 15px;
	}
ol {
	margin:0px 0 15px 20px;
	}
ol ol {
	margin:0px 0 0px 20px;
	}

a {
	color:#962333;
	background-color:inherit;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {
	color:#CCCCCC;
	background-color:inherit;
	text-decoration: underline;
	}
a:visited {
	color:#CC9900;
	background-color:inherit;
	text-decoration: underline;
	} 
a:hover {
	color:#CC6600;
	background-color:#66FFFF;
	padding: 0px 0px 0px 0px; 
	margin:0 0 0 0px; 
	border-width: 0; 
	text-decoration: none;
	}
  

/* All the content boxes belong to the content class. */
/* Position is declared "relative" to gain control of stacking order (z-index). */
.content {
	position:relative;
	width:auto;
/*	min-width:500px;*/
	background-image:url(../images/lens.jpg);
	top:0px; 
	height:95%;
	margin:0px 214px 0px 237px;
	padding:10px;
	border-left:5px ridge;
	border-right:5px ridge;
	border-bottom:5px ridge;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

/*body>.content {height:95%;}*/

	
	
.content img {
	margin: 10px 10px 0px 0px;
	}
	


.content strong {
	font-weight:700;
	color:#FFFFFF;
	background-color:inherit;
	}	
	
.hr { 
	height: 1px; 
        PADDING-RIGHT: 5px;
        PADDING-LEFT: 5px;
	background:inherit; 
	} 

hr { 
	display: none: 
	} 

.homer {
	position:relative;
	float:left;
	width:20%px;
	height:69px;
	left:0px;
	margin:0px;
	padding:15px;
	border-left:5px ridge;
	border-bottom:5px ridge;
	background-color:#000000;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
.homer a {
	font-size:18px;	
	}


.pgTitle {
	position:relative;
	top:0px;
	left:-5;
	width:auto;
	height:69px;
	text-align:center;
	margin:0px 155px 0px 0px;
	padding:10px 0px 0px 0px ;
	border-bottom:5px ridge;
	background-color:#000000;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
.pgtitle h1 {
	font-size:25px;	
	}

.avpa {
	position:absolute;
	right:0;
	text-align:center;
	width:160px;
	height:65px;
	margin:0px;
	border-bottom:5px ridge;
	border-right:5px ridge;
	background-color:#000000;
	z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
.wom {	
	text-align:center;
	font:bold 18px/14px verdana, arial, helvetica, sans-serif;
	}

SPAN.blk20P {
	width:20%;
	margin:5px;
	text-align:center;
	float:left;
	}
SPAN.blk30P {
	width:30%;
	margin:5px;
	text-align:center;
	float:left;
	}
SPAN.blk50P {
	width:48%;
	margin:5px;
	text-align:center;
	float:left;
	}
SPAN.blk200 {
	width:200px;
	margin:5px;
	text-align:center;
	float:left;
	}
SPAN.blk300 {
	width:300px;
	margin:5px;
	text-align:center;
	float:left;
	}
SPAN.blk400 {
	width:400px;
	margin:5px;
	text-align:center;
	float:left;
	}

#topTitle {
	position:relative;
	width:auto;
	height:80px;
	text-align: center;
	margin:0px 0px 0px 0px;
	border:5px ridge;
	z-index:3;
	background-color:#000000;
	}

#topTitle img{
	float:left;
	}

#topTitle h1 {
/*	color: #CCCCCC;
	background-color:inherit;*/
	padding: 0px;
	margin:2px 0px;
	border:0px solid #006666;
	}

#topTitle h2 {
/*	color: #CCCCCC;
	background-color:inherit;
	padding: 10px;*/
	font-size:20px;
	margin:2px 0px;
	border:0px solid #006666;
	}

#navBottom {
	position:relative;
	width:auto;
/*	top:0px; */
	margin:0px 250px 0px 190px;
	border:0px solid #006666;
	padding:5px;
	font:9px verdana, arial, helvetica, sans-serif;
	}

#navLeft {
	position:absolute;
	background-color:#000000;
	width:224px;
	height:955px;
	top:170px;
	left:0px;
	border-left:5px ridge;
	border-bottom:5px ridge;
	padding:10px 0px 10px 0px;
	z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:224px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navLeft {width:224px;}

#navLeft p {
	line-height:14px;
	}
		
#navLeft a:hover {
	width:192px;
	}
#navLeft img.bull {
	float:left;
	height:30px;
	width:18px;
	padding:0 5px 0 5px;
	}

	
#navRight {
	font:11px/11px verdana, arial, helvetica, sans-serif;
	position:absolute;
	width:212px;
	top:170px;
	right:0px;
	padding:3px;
	margin: 0;
	border-right:5px ridge;
	border-bottom:5px ridge;
	border-left:5px ridge;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:212px;
	}
/* Again, "be nice to Opera 5". */
body>#navRight {width:212px;}

#navRight img {
	border:1px solid #000000;
	}
