/* CSS Document */
body {
	text-align: center;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #8b8b8b;
}

div#videowrapper {
	width: 780px;  
	margin-left: auto;
	margin-right: auto;
}

div#wrapper {
	width: 930px;  
	margin-left: auto;
	margin-right: auto;
}

table.center {
	width: 930px;
	align: center;
}

div.center {
	width: 930px;
	margin: 0 auto;
}

div.left_col {
	width: 150px;
	float: left;
	margin-bottom: 50px;	
}

div.right_col_seo {
	width: 780px; 
	height: 600px; 
	float: right;
	margin-bottom: 50px;	
}

div.right_col {
	width: 780px; 
	height: 500px; 
	float: right;
	margin-bottom: 50px;	
}

div#navigation {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

#main p {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #8b8b8b;
	line-height: 19px;
}

p#about {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #AEAEAE;
	text-align: left;
	line-height:19px;
	margin-right:15px;
}

p#html {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #8b8b8b;
	text-align: left;
	line-height:21px;
}

a#html_link {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #8b8b8b;
	text-align: left;
	text-decoration:none;
}

p#about_name {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #8b8b8b;
	text-align: left;
}

select#seo {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	text-align: right;
}

p#seo_center {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	text-align: center;
}

p#seo_left {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	text-align: left;
	padding-left: 136px;
}

p#seo_right {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	text-align: righ;
}

a#about_link {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #8b8b8b;
	text-align: center;
	text-decoration:none;
}

p#caption_text {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #8b8b8b;
	text-align: center;
}

p#copyright_text {
	font-family: "Mini 7", "Lucida Grande";
	font-weight: normal;
	font-size: 10px;
	color: #8b8b8b;
	text-align: left;
	margin-top: 14px;
}

a:link, a:visited {
	text-decoration : underline;
	color: #8b8b8b; 
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a:active { 
	text-decoration: underline;
	color: #8b8b8b;  
}

h1 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #8b8b8b;
	letter-spacing: 5px;
	letter-spacing: 0.05em;
}

img#hscaledp {
	 max-height:280px;
     height: expression(this.height > 276 ? 276: true);
}

img.hscaled {
	 max-height:225px;
     height: expression(this.height > 221 ? 221: true);
}

img.wscaled {
	 max-width:150px;
     width: expression(this.width > 146 ? 146: true);
}

div#nav {
	text-decoration : none;
	color: #666666;
	text-transform: uppercase;
	line-height: 20px;
}

/* Nav links */
ul#nav li a:link, ul#nav li a:visited {
	text-decoration : none;
	color: #aeaeae;
	text-transform: uppercase;
	line-height: 20px;
}

ul#nav li a:hover {
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
}

ul#nav li a:active { 
	text-decoration: none;
	color: #aeaeae;  
	text-transform: uppercase;
}

ul#nav {
	list-style: none;
}

td#line {
	background-color: #D4D4D4;
}

img {  
	border-style: none;
}

a#image {
	text-decoration:none;
	padding: 0px;
	margin: 0px;
}

a#gallery_link {
	font-size: 10px;
	text-decoration : none;
	color: #aeaeae;
	text-transform: uppercase;
}

a:hover#gallery_link {
	font-size: 10px;
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
}
