@charset "utf-8";
/* CSS Document */

body{
width: 780px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
color: #000;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 0px;
text-decoration: none;
text-align: left;
background-image: ;
background-repeat: repeat;
background-color: #000;
}

h1{
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 0px;
}

h2{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}

a{
	color: #F00;
	text-decoration: none;
}

a:hover{
	color: #F00;
	text-decoration: underline;
}

#header{
}

#menu{
	width: auto;
	height: auto;
	background-color: #F00;
}

#container{
	float: left;
	width: auto;
	height: auto;
	background-image: url(images/faux-columns.gif);
	background-repeat: repeat-y;
}

#leftContent{
	float: left;
	width: 619px;
	height: auto;
	padding-left: 11px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: justify;
	}

#rightContent{
	float: left;
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
}

#box-container{
	width: 620px;
	float: left;
	padding-top: 0px;
	padding-bottom: 20px;
}

#box-left{
	width: 290px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: center;
}

#box-right{
	width: 290px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: center;
}

#box-long{
	width: 620px;
	height: auto;
}

#bottom{
	width: auto;
	height: auto;
	background-color: #F00;
}
	
#footer{
	float: left;
	font-size: 10px;
	color: #F00;
}

#footerLeft{
	float: left;
	width: 390px;
	height: 15px;
	}
	
#footerRight{
	float: left;
	width: 390px;
	height: 15px;
	text-align: right;
	}
	
#footer a{
	color: #FF0;
	text-decoration: none;
}

#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}