
body{
	background-image:url(../img/bg.jpg);
	background-attachment:fixed;
}

a{
	color:#0099FF;
	text-decoration:none;
}

div.pageContainer{
	
}

div.container{
	text-align:center;
	border: 1px solid #0099ff;
	width: 1000px;
	text-align:left;
	background-color:#000000;
}


div.head{
	float:left;
	background-image:url(../img/headBG.jpg);
	border: 0px solid red;
	width:100%;
	height:100px;
}

h1.head{
	text-align:center;
	color:black;
	font-size:45px;
	
}

div.tabLinks{
	float:left;
	border:0px solid red;
	width:699px;
	margin-left:150px;
	margin-top:5px;
	text-align:center;
}

ul.tabLink{
	margin-top:0px;
	
	font-size:18px;
	float:left;
	padding:0px;
	list-style-type:none;
	width:699px;
	vertical-align:middle;
	
}

li.tabLink{
	display:inline;
}

a.tabLink{
	background-image:url(../img/tabLinkBG.jpg);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
	width:135px;
	height:25px;
	text-decoration:none;
	color:black;
	border:0px solid red;	
}

a.tabLink:hover{
	background-image:url(../img/tabLinkBG02.jpg);
}

a.currentTab{
	background-image:url(../img/tabLinkBG03.jpg);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
	width:135px;
	height:25px;
	text-decoration:none;
	color:black;
	border:0px solid red;
}


div.leftBar{
	color:white;
	border:0px solid red;
	width:149px;
	float:left;
	clear:left;
}

div.rightBar{
	color:white;
	border:0px solid red;
	width:149px;
	float:right;
	clear:right;
	text-align:right;
}

div.content{
	text-align:left;
	float:left;
	border:0px solid red;
	width:690px;
	min-height:400px;
	color:white;
	padding:5px;
}

div.linkContent{
	margin-left:50px;
}

a.linkContent{
	color:white;
	text-decoration:none;
}

a.linkContent:hover{
	text-decoration:underline;
}

td.gallery200{
	background-image:url(../img/gallery200BG.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:200px;
	height:200px;
	text-align:center;
	vertical-align:bottom;
}

td.gallery111{
	background-image:url(../img/gallery111BG.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:200px;
	height:200px;
	text-align:center;
	vertical-align:bottom;
}

a.galleryLink{
	color:black;
	text-decoration:none;
	font-size:20px;
	background-color:white;
}

img.photo200{
	border:0;
	margin-top:15px;
	margin-bottom:20px;
}

img.photo111{
	border:0;
	margin-top:15px;
	margin-bottom:15px;
}

div.photo200{
	background-image:url(../img/gallery200BG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	vertical-align:bottom;
	width:220px;
	height:220px;
	border:0px solid red;
	
}

div.photo111{
	background-image:url(../img/gallery111BG.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	text-align:center;
	vertical-align:bottom;
	width:220px;
	height:220px;
	border:0px solid red;
}

div.emptyPhoto{
	float:left;
	text-align:center;
	vertical-align:bottom;
	width:220px;
	height:220px;
	border:0px solid red;
}

a.galleryNav{
	color:white;
}

div.galleryNav{
	border:0px solid red;
	float:left;
	width:220px;
	margin-top:10px;
	margin-bottom:10px;
}

div.foot{
	text-align:center;
	font-size:10px;
	border: 0px solid red;
	color:white;
}

a.largeGoBack{
	color:white;
	text-decoration:none;
}

img.hidden{
	display:none;
}

div.comments{
	border: 0px solid red;
	width:100%;
	float:left;
	/*margin-top:30px;*/
}

div.singleComment{
	border: 0px solid red;
	border-bottom:0px solid #0099FF;
	float:left;
	width:555px;
	margin-bottom:40px;
}

div.singleComment:hover{
	/*background-color:#666;*/
}

div.posterInfo{
	border: 0px solid red;
	border-right:0px solid #0099FF;
	border-bottom:0px solid #0099FF;
	border-top:0px solid #0099FF;
	padding:5px;
	float:left;
	
	width:100px;
}

div.comment{
	border: 0px solid red;
	border-bottom:0px solid #0099FF;
	border-left:1px solid #0099FF;
	padding:10px;
	float:left;
	margin-left:10px;
	
	width:400px;
}
