body 
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}



#container
{
	width:1210px;
	height:750px;	
	text-align:left;
	background-image: url(../images/mainBackground2.gif);
    background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	margin-left:auto;
	margin-right:auto;
}



#menulayer
{
	margin:0px;
	padding:20px;
	height:45px;
	margin-left:125px;
	margin-right:125px;
}


#bannerLayer 
{
	top:85px;
	height:235px;
	margin-left:125px;
	margin-right:125px;
	
}
#bodyLayer 
{
	top:320px;
	width:900px;
	padding:30px;
	margin-left:125px;
	margin-right:125px;
}
#col1
{
	width:440px;
	float:left;
	margin-right:10px;
}
#col2
{
	width:440px;
	float:left;
	margin-left:10px;
}
#nav
{
	margin:5px;
	margin-right:15px;
	float:right;
	height:35px;
	font-size:12px;
	background-image:url(../images/menu.gif);
}
#nav a
{
	text-decoration: none;
	color:#FFFFFF;
	text-align:center;
	vertical-align:top;
	height:15px;
	padding:10px;
	display: inline-table;
	width:75px;
	font-size:11px;
	background-image:url(../images/separator.gif);
	background-position:topright;
	background-repeat:no-repeat;

}

#nav a:hover {
	background-image:url(../images/menuActive.gif);
	background-repeat:repeat-x;

}
#errorMessage 
{
	padding:10px;
	border:dotted #000000;
	background:#FFCC66;
	width:250px;
	text-align:center;
	border-width:2px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.msgBox
{
	padding:10px;
	border:dotted #000000;
	background:#FFCC66;
	width:250px;
	text-align:center;
	border-width:1px;
	position:relative;
	margin:10px auto;
}
h1 
{
	margin:0px;
	padding:0px;
	font-size: 35px;
	color: #FFFFFF;
	font-weight: 400;
	float:left;
}
h2
{
	margin:0px;
	padding:0px;
	font-size: 14px;
	font-weight: 700;
}
h3
{
	font-size: 13px;
	font-weight: 700;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #C1E20B;
}
#details
{
	width:900px;
}
#image
{
	
	width:240px;
	height:240px;
	border:dashed #666 1px;
	float:right;
	margin-right:90px;
	text-align:center;
}
table
{	
	 border-collapse: collapse;
	 border:dotted #666 1px;
	 margin-top:10px;
}

th
{
background-image:url(../images/subMenuGreen.gif);
padding:3px;
width:50%;



}
.full
{
	width:100%;
}
#comments
{
	text-align:center;
	width:100%;
}
#footer
{
	float:left;
	text-align:center;
	width:860px;
	margin:20px;
	margin-top:100px;
}
#wideCol
{
	width:900px;
	float:left;
	
}
.randomContainer
{
	text-align:center;
	width:180px;
	height:180px;
	margin-left:34px;
	margin-top:34px;
	border:#000 dashed 1px;
	float:left;
}

.comment
{
	border:#000 dashed 1px;
	margin:5px;
	width:486px;
	padding:5px;
}
.break
{
	width:100%;
	float:left;
}
.mailWindow
{
	width:100%;
	height:200px;
	overflow:auto;
}
.messageBox
{
	margin:10px;
	padding:10px;
	border:#CCC solid 1px;
	
}
