/************************************************
*	Virtus Soccer Club style-sheet	*
************************************************/

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}
body {
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 0;
	margin: 0 auto 0;
	float: none;
	text-align: justify;
}
#container{
	background-color:#efefef;
	width: 930px;
	margin: 0 auto 0;
	padding: 0;
	background-image: url(../images/body-bg.jpg);
	background.with: 930px;
	background-repeat: repeat;
	background-position: left;
}


/************************************************
*	Hyperlinks  								*
************************************************/

a:link {
	text-decoration: none;	
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	display: inline;
}
a:active {
	color: #009900;
}

/************************************************
*	Top  									*
************************************************/

#top {
	background-color: #000033;
	width: 100%;
	height: 20px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	color: #CCCCCC;
	font-size: 10px;
}

#top a:link , #top a:visited , #top a:active {
	text-decoration: none;
	display: inline;
	color: #CCCCCC;
}
#top a:hover {
	text-decoration: underline;
	display: inline;
	color: #FFFFFF;
}
/************************************************
*	Header  									*
************************************************/

#header {
	background-image: url(../images/banner-top.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 256px;
	margin: 0 0 0;
	padding: 0;
	overflow: hidden;
}


/************************************************
*	Content      								*
************************************************/

#contents {
	/*background-color: #FFFFFF;*/
	background-image: url(../images/gray-bg.gif);
	background-repeat:no-repeat;
	width: 930px;
	left:1px;
	height: 1%;
	margin: 0 0 0px;
	padding: 5;
	overflow: hidden;
}


/************************************************
*	Footer      								*
************************************************/

#footer {
	background-image: url(../images/banner-bottom.jpg);
	color: #999999;
	font-size: 10px;
	width: 1024px;
	height: 180px;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;

}

#footer a:link , #footer a:visited , #footer a:active {
	text-decoration: none;
	display: inline;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
	display: inline;
	color: #666666;
}


/************************************************
*	Classes      								*
************************************************/

.menu {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	
}
.menu a:link , .menu a:visited , .menu a:active {
	text-decoration: none;
	display: inline;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: underline;
	display: block;
	background-color: #FF3300;
}

.title {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.title {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}
.SPONSORS {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}
.sub-title {
	font-size: 14px;
	font-weight: bold;
}
.text-14 {
	font-size: 14px;
}
.text-12-bold {
	font-size: 12px;
	font-weight: bold;
}
.text-11-bold {
	font-size: 11px;
	font-weight: bold;
}
.text-11 {
	font-size: 11px;
}
.text-10-bold {
	font-size: 10px;
	font-weight: bold;
}
.text-10 {
	font-size: 10px;
}
.text-9 {
	font-size: 9px;
}
.text-8 {
	font-size: 8px;
}
.text-red-10 {
	font-size: 10px;
	color: #FF0000;
}
.divMaincontent {
	width: 700px;
	left: 2px;
	text-align: left;
	
}
.hhimg {
	height: auto;
	width: 500px;
	page-break-before: auto;
	page-break-after: auto;
}
.maincontentheadder {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.ndhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
