
body{
	background-color:#2a2e28;
	margin:0 0 0 0;
	color:#FFFFFF;
	font-family:"Century Gothic";
	padding-bottom:10px;
}

#header, #menu, #content, #footer{
	margin: 0 auto;
	width:960px;
}

#header{
	margin-top:25px;
	color:#FFFFFF;
	padding-right: 10px;
	font-size:32px;
	overflow:auto;
}

#headerLeft{
	float:left;
	font-size:16px;
	padding: 17px 0 0 5px;
}

#headerRight{
	float:right;
}

#menu{
	border-top:2px solid #FFFFFF;
	color:#FFFFFF;
	font-size:18px;
	margin-bottom:35px;
	overflow:auto;
}

.menuItem{
	float:left;
	width:20%;
	text-align:center;
}

#subMenu{
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	margin-top:-10px;
	margin-bottom:2px;
}

#content{
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color:#FFFFFF;
	color:#000000;
	width:780px;
	font-size:13px;
	overflow:auto;
	padding:5px;
}

.contentTitle{
	font-size:18px;
	font-weight:bold;
	padding:10px 5px 10px 5px;	
}

#leftSide{
	float:left;
	padding:7px;
	width:368px;
}

#rightSide{
	float:right;
	padding:7px;
	width:384px;
}

.priceCategory{
	float:left;
	width:180px;
	margin:10px 0 0 14px;
	text-align:center;
}

.newsItem{
	padding: 5px;
}

.newsTitle{
	padding: 3px 0 3px 0;
	overflow:auto;
	font-size:12px;
	color:#666;
}

#newsSquare{
	height:260px;
	overflow: auto;
	padding:0 5px 0 5px;
	margin-bottom:9px;
}

.categorySquare{
	padding: 5px;
	font-size:14px;
	font-weight:bold;
}

.categorySquare:hover{
	cursor:pointer;
}

#footer{
	text-align:center;
	font-size:11px;
}

a.whitelink:link {color: #FFFFFF; text-decoration:none;}
a.whitelink:visited {color: #FFFFFF; text-decoration:none;}
a.whitelink:hover {	color:#999999; text-decoration:none;}

a.whitelinkspecial:link {color: #FFFFFF; text-decoration:none;}
a.whitelinkspecial:visited {color: #FFFFFF; text-decoration:none;}
a.whitelinkspecial:hover {text-decoration:none;}

a:link {color:#474747; text-decoration:none;}
a:visited {color:#474747; text-decoration:none;}
a:hover {color:#999999; text-decoration:none;}

.clearfloat { 
	clear:both;
    height:0;
    line-height:0px;
	font-size:0px;
}

.pictureStyle{
	border: 1px solid #999;	
}

input[type="text"], textarea {
	font-size:13px;
	border:1px solid black;
	background: url(../pics/fade_black_bkg.jpg) repeat-x top #FFFFFF;
	padding: 3px 1px 3px 1px;
	margin: 3px 0 0 0;
}

input[type="button"], input[type="submit"]{
	font-size:12px;
	font-weight:bold;
}
