body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/spacer_bg.jpg);
	background-repeat:repeat;
	font-size:12px;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
}

/* the code between this comment will cover only the top visible area of the user's screen
this will set a background color only for the top visible area, anything comes after should set
a background color for it otherwise it won't work properly.

p.s: including the margin-top and the margin-bottom in the body style above

*/

html, body{
	height: 100%;
}


#main{
	background-color:#121212;
	margin: 0px auto;
	height:100%;
	width:850px;
}

/************************/

h1{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0px 3px 0px;
}

h2{
	font-size:12px;
}

.content-bg{
	background-color:#000000;
}

.spacer_3p{
	background-image:url(../images/spacer_3p.gif);
	background-repeat:repeat-x;
}

.footer-menu, .copyright{
	font-size:10px;
}

a:link{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

a:active{
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}

a.footer-menu:link{
	color:#FFFFFF;
	text-decoration:none;
}

a.footer-menu:visited{
	color:#FFFFFF;
	text-decoration:none;
}

a.footer-menu:hover{
	color:#990000;
	text-decoration:none;
}

a.footer-menu:active{
	color:#FFFFFF;
	text-decoration:none;
}

a.menu:link{
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}

a.menu:visited{
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}

a.menu:hover{
	color:#990000;
	font-size:14px;
	text-decoration:none;
}

a.menu:active{
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}

.content-padding{
	padding:0px 15px 5px 0px;
	text-align:justify;
}

.contact-btn{
	border-color:#990000;
	background-color:#000000;
}

.red-font{
	color:#990000;
}

.contact-fields{
	width:265px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.bookmark-share{
	color:#FFFFFF;
	font-weight:normal;
}