@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(images/main_bg.jpg);
	background-position: center top;
}

a	{
	color:#99CCFF;
}

p	{
	margin: 0px 0px 10px 0px;
	}
h1	{
	font-size:18px;
	margin: 0px 0px 10px 0px;
	color: #99CCFF;
}
form	{
	margin:0;
	}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#nav	{
	height:15px;
	background-color:#000000;
	text-align: center;
	padding: 10px;
	color: #0066FF;
	}
#nav	a{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#nav	a:hover{color:#003399;}
#main	{
	background-image:url(images/bg_2.jpg);
	background-repeat:no-repeat;
	background-color: #030210;
	}
#main2	{
	background-image:url(images/bg_2.jpg);
	background-repeat:no-repeat;
	background-color: #030210;
	padding:20px;
	}
#left	{
	float:left;
	width:200px;
	margin:20px
}
/* for IE */
	*html #left	{
	float:left;
	width:200px;
	margin:10px
}
#right	{
	float:right;
	width:500px;
	margin:20px;
}
/* for IE */
	*html #right	{
	float:right;
	width:500px;
	margin:10px;
}
#footer	{
	height:55px;
	background-color: #666666;
	text-align: center;
	padding: 15px;
	text-align:center;
	}
#footer	a{
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -0.05em;
}
#footer	a:hover{color:#003399;}
.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;
}
