@charset "UTF-8";


/* ------- RAVX - All Styles - Layout and Presentation ------- */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(../assets/template/main_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333;
}
a:link  {
	text-decoration: none
}
a:visited {
	color: #000099;
	text-decoration: none
}
a:hover  { color: #ee3941; text-decoration: underline }
a img { border-style:none; }
.thrColFixHdr #container {
	background-color: #FFFFFF;
	background-image: url(../assets/template/gradient_main_content.jpg);
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	font-size: 12px;
}
.thrColFixHdr #sidebar2 {
	font-size: 12px;
}
.thrColFixHdr #mainContent {
	font-size: 12px;
} 
.thrColFixHdr #footer {
	padding: 0 0px 0 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #copyright {
	font-size: 10px;
	color: #111111;
	padding: 4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

