body{
	background: #000033;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	margin:0px;
	text-align: center;
	}

table{
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	}

.AdTextStyle {
	color: #FFFFFF;
	font-size:17px;
	font-weight: bold;
}

#left, #right {min-height: 100%;} 
* html #left, * html #right {height: 100%;}

#container{
	width: 100%;
	height: 100%;
	}

#main{
	width:960px;  /*DO NOT SET THIS ABOVE 1200PX*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	}
	
#inside{
	position: absolute;
	top: 0px
	margin: 0px;
	width: 960px;
	background: #000 url(../../../../builder/images/vqg/contentback.jpg) repeat-y center center /*10px 0*/;
	border-left: 2px solid black;
	border-right: 2px solid black;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	}

#bottom{
	position: relative;
	top: 0px;
	margin: 0px;
	width: 960px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	}

#topleft{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 180px;  /*CHANGE THIS WIDTH TO CONTROL THE *TOP* LEFT HAND SECTION. DON'T GO MORE THAN 211PX*/
	height: 23px;
	overflow: hidden;
	margin-bottom:10px;
	}

#topcenter{
	position: relative;
	float: left;
	top: 0px;
	width: 590px;  /*CHANGE THIS WIDTH TO CONTROL THE *TOP* LEFT HAND SECTION. DON'T GO MORE THAN 211PX*/
	height: 23px;
	overflow: hidden;
	padding-top: 5px;
}
#topcenter a{
	color: black;
	font-weight: bold;
	font-size:15px;
	}
#topcenter a:hover{
	color: #2C3757;
	}

#topright{
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 180px;  /*CHANGE THIS WIDTH TO CONTROL THE *TOP* RIGHT HAND SECTION. DON'T GO MORE THAN 211PX*/
	height: 23px;
	overflow: hidden;
	margin-bottom:10px;
	}

#headerbar{
	position: relative;
	clear: both;
	width: 100%;
	height: 186px;
	overflow: hidden;
	background: #ECEDF0 url(../../../../builder/images/vqg/headback.jpg) no-repeat center center;
	}

#contentbottombar{
	position: relative;
	clear: both;
	width: 100%;
	height: 25px;
	overflow: hidden;
	background: #ECEDF0 url(../../../../builder/images/vqg/contentbottom.jpg) no-repeat center center;
	}

#contentbottomthumbs{
	position: relative;
	clear: both;
	width: 100%;
	height: 385px;
	overflow: hidden;
	background: #ECEDF0 url(../../../../builder/images/vqg/contentblank.jpg) repeat center center;
	}

.wrapper{
	height: 100%;
	}
				
#leftMenu{
	float: left;
	left: 0px;
	margin-top: 10px;
	width: 180px; /* DO NOT MAKE THIS MORE THAN 211PX WIDE */
	}
#leftMenuGrad{
	color:#00FFFF;
	height: 100%;
	text-align: right;
	padding-right:10px;
	}
#rightMenu{
	float: right;
	right: 0px;
	margin-top: 10px;
	width: 180px; /* DO NOT MAKE THIS MORE THAN 211PX WIDE */
	}
#rightMenuGrad{
	color:#00FFFF;
	height: 100%;
	text-align: left;
	padding-left: 10px;
	}		

#content{
	float: left;
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 100%;
	overflow: hidden;
	}

/*CLEAR ALL FLOATS IN PREVIOUS DIV*/
.clear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
	}

.sitename{
	font-size:36px;
	font-weight: bold;
	font-family: georgia, "times new roman", serif;
	color: #ff9bff;
	padding-top: 7px;
	}

.sitetag{
	font-size:14px;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	color: #475376;
	}

.title{
	font-size:15px;
	font-weight: bold;
	color: #c4acff;
	}
.topimage {/*position: absolute; top: 46px; right: 80px; */
	padding-top:25px
	}
	
affban:hover{
	color:white;
	}
	
.adHeadings{
	font-size:15px;
	font-weight: bold;
	color: #ff9bff;
	}

.adText{
	font-size:10px;
	}
	a:link, a:visited {text-decoration: underline;color:#ffffff;}
	a:hover {text-decoration: underline; color:#cecece;}

.adUnit {
	display:block;
	margin-bottom:5px; /* vertical space between boxes */
	}

.adBox a {
	overflow:hidden;
	text-decoration:none;
	padding:10px; /* padding in ad box */
	border:4px solid #ca2486; /* box border */
	background-color: #FFFFEE /* box color */
	}

.adBox a:hover {
	border-color: #E981BE; /* box border color when user hovers */
	background-color: #FFFF33; /* box color when user hovers */
	}

.adHeadline { /* ad headline text design */
	color: #ff0000;
	font-family: verdana,arial,helvetica; 
	}

.adText { /* ad text design */
	color: #003377;
	font-size: 80%;
	font-family: verdana,arial,helvetica;
	text-decoration:underline;
	}

.thumbtitle {
	font-size:14px;
	font-weight: bold;
	text-align: center;	/*text-align: left;
}