@charset "UTF-8";
/* CSS Document */

/* Browser Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

strong
{
	font-weight:bold;
}



/* FF3 DONT SHOW DOTTED BORDER ON LINKS */
a:active{outline: none;}
a:focus{-moz-outline-style: none;}
/* END FF3 DONT SHOW DOTTED BORDER ON LINKS */



body
{
	background-image:url(images/bgrepeat.jpg);
	background-repeat:repeat-x;
	background-color:#132c08;
	
}

p
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	font-size:12px;
	line-height:14px;
	padding: 10px;
}

a { 
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover { 
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}



#container
{
	width:1020px;
	height: 1200px;
	margin:auto;
}

#shadowleft
{
	width:20px;
	height:1160px;
	background-image:url(images/shadowleft2.png);
	background-repeat:repeat-y;
	float:left;
}

#shadowright

{
	width:20px;
	height:1160px;
	background-image:url(images/shadowright2.png);
	background-repeat:repeat-y;
	float:right;
}

#innercontainer
{
	width:980px;
	height: 1160px;
	float:left;
}
#flash
{
	width: 980px;
	height: 650px;
	background-color:#FFFFFF;
}

#footer
{
	height:40px;
	width: 1020px;
	float:left;
}

#menu
{
	width: 980px;
	height: 30px;
	background-color:#FFFFFF;
}

#vhome
{
	width: 200px;
	height: 30px;
	float:left;
	
}
#vjoin
{
	width: 200px;
	height: 30px;
	float:right;
	
}


#content
{
	background-color:#000000;
	width:980px;
	height: 480px;
}
	
