/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(img/components/bg.jpg);
	background-repeat: repeat;
}
.lefts{
background-image:url(img/components/leftspace.jpg);
background-repeat:repeat-y;
}
.rights{
background-image:url(img/components/rightspace.jpg);
background-repeat:repeat-y;
background-position:right;
}
#contentbg{
background-image:url(img/components/content.jpg);
background-repeat:repeat-y;
background-position:center;
}
#content{
	font-family:helvetica;
	font-size:12px;
	color: #FFFFFF;
	text-align:justify;
	background-color:#0d0d0d;
	
}
#contentcenter{
	font-family:helvetica;
	font-size:12px;
	color: #FFFFFF;
	text-align:center;
	background-color:#0d0d0d;
	
}
#copyright{
	font-family:helvetica;
	font-size:10px;
	color: #FFFFFF;
	text-align:center;
	font-weight:300;
	
}
.textpadding{
padding: 0px 10px;
}
#content{
	font-family:helvetica;
	font-size:12px;
	color: #FFFFFF;
	text-align:justify;
}
#menutext{
	font-family: helvetica;
	font-size:11px;
	color: #FFFFFF;
	text-align:left;
	font-weight:normal;
	font-variant: normal;
	text-transform: uppercase;
	font-style: normal;
	vertical-align: top;
}
.textpadding{
padding: 0px 10px;
}
.menupadding{
padding: 0px 0px 10px 25px;
}
a:link {
	font-family: helvetica;
	font-size:11px;
	color: #FFFFFF;
	text-align:left;
	font-weight:normal;
	font-variant: normal;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}
a:active {
	font-family: helvetica;
	font-size:11px;
	color: #FFFFFF;
	text-align:left;
	font-weight:normal;
	font-variant: normal;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}
a:visited {
	font-family: helvetica;
	font-size:11px;
	color: #FFFFFF;
	text-align:left;
	font-weight:normal;
	font-variant: normal;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	font-family: helvetica;
	font-size:15px;
	color: #000000;
	text-align:left;
	font-weight:bold;
	font-variant: normal;
	text-transform: uppercase;
	font-style: normal;
	background-color: #1f98e9;
	background-position: center center;
}
.bottommenu{
	text-align:center;
	color:#FFF;
	font-family:helvetica;
	font-size:10px;
	text-align:center;
	font-weight:300;
}
.bottommenu a:link {
	text-decoration:underline;
}
.bottommenu  a:active {
	text-decoration:underline;
}
.bottommenu a:visited {
	text-decoration:underline;
}
.bottommenu a:hover {
	text-decoration:underline;
}
