html,body {
	margin:0px;
	height:100%;
	background-color:#000;
	overflow:auto;
	text-align:center;
	}
	
html, body, p, td {
	font-family:arial; font-size:11px;
	color:#000;
	}
	
a:link, a:visited {color:#f00;}
a:hover {text-decoration:none;}
a:img {border:none;}
	
div#header {
	position:relative;
	height:60px; width:100%;
	border-bottom:1px solid #f00;
	background-color:#000;
	overflow:hidden;
	text-align:center;
	}
	
	div#header p {
	width:745px; height:60px;
	margin-left:auto; margin-right:auto;
	line-height:60px;
	color:#fff; text-align:right;
	font-size:11px;
	}
				
	div#header a:link, div#header a:visited {
		text-decoration:none; color:#dee8ee;
		padding-right:16px; padding-top:5px;
		background-image:url(img/triangle.gif);
		background-position:bottom right;
		background-repeat:no-repeat;
		}
	div#header a:hover {
		color:#fff;
		background-image:url(img/triangle2.gif);
		background-positon:bottom right;
		background-repeat:no-repeat;
		}
	
	a.link:link, a.link:visited {margin-right:35px;}
			
div#middle {
	position:relative;
	width:100%; height:500px;
	background-image:url(img/bgstripe.gif);
	text-align:center;
	overflow:auto;
	}
	
	div#main {
		width:754px; height:500px;
		overflow:visible;
		margin-left:auto; margin-right:auto;
		}
		
	div#left {
		float:left;
		width:250px; height:100%; 
		overflow: hidden;
		background-color:#222;
		text-align:center;
		}


	div#content {
		float:left;
		width:500px; height:100%;
		overflow:visible;
		background-color:#f5f5f5;
		}
		
		p.title {
		margin:15px;
		font-size:11px; font-weight:bold;
		text-align:right;
		}
			.title a, .title a:link {text-decoration:none;}
		
		span.main4 {display:block; width:25%; float:left;}
		
		span.main3 {display:block; width:33%; float:left;}
		
		p.thumbs {
		margin-top:10px; margin-left:10px; margin-right:10px; margin-bottom:0px;
		width:100%
		font-weight:bold;
		text-align:left; word-spacing:2px;
		}
			a .large {
			border: 0px;
			display: none;
			position: absolute;
			left:50%; margin-left:-80px; bottom:10px;
			filter:alpha(opacity=0);
			}
			a:hover .large {
			border: 0px;
			display: block;
			position: absolute;
			left:50%; margin-left:-80px; bottom:5px;
			filter:none;
			}	
		
		p.text {
			width:420px; margin-left:auto; margin-right:auto;
			text-align:left;
			}
			
	
div#footer {
	position:relative;
	width:100%;
	border-top:1px solid #f00;
	background-color:#000;
	text-align:center;
	}
	div#footer p{
		width:750px; height:30px;
		margin-left:auto; margin-right:auto;
		margin-top:0px; margin-bottom:0px;
		text-align:right;
		line-height:30px;
		font-size:10px; color:#bbb;
		}

p#pleft {
	padding-top:20px;
	padding-right:20px;
	text-align:right;
	font-size:10px;
	color:#ccc;
	}

.subtitle {
	font-size:15pt;
	font-style:italic;
	font-weight:bold;
	color:#dee8ee;
	}
	
.footer {
	padding-right:20px;
	}
	
.noborder {border:none;}