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

body {
	padding: 0px;
	font-size: 62.5%;
	background-color: #141414;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(assets/diamondKitch.png);
	background-repeat: repeat-x;
	color: #FFF;
}
#main_content a {
	text-decoration: none;
	color: #FF9933;
}

#sitemap {
	padding-left:20px;
}

#sitemap li {
	list-style-type:none;
}

html {
	font-size: 100%;
}
#page {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #141414;
}
#logo_top {
	background-image: url(assets/logo.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 950px;
}
#navbar  a:hover  {
	color: #FFFFFF;
	background-color: #000000;
}
#main_content {
	width: 930px;
	float: left;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 2em;

}
#main_content_2 {
	width: 950px;
	float: left;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 2em;

}
#break {
	clear: both;
}
#right {
	padding: 10px;
	float: right;
	width: 310px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 2em;
}

#right span.top {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #900;
	font-size:18px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	display:block;
}
a {
	color: #900;
	text-decoration: none;
}


#right h1, h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #900;
	font-size:18px;
	font-weight:bold;
	padding:7px 0px 7px 0px;
}

.break {
	clear:both;
}

#right p {
	padding:5px 0px 5px 0px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #900;
}




#footer a {
	color: #999;
	text-decoration: none;
}

#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #333333;
	padding: 20px;
	width: 910px;
}

#navbar {
	width: 980px;
}
#navbar ul {
	list-style-type: none;
}
#navbar   a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FF9933;
	float: left;
	width: 9.8em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding-top: 1em;
	padding-bottom: 1em;
}
* {
	margin: 0px;
	padding: 0px;
}
#box {
	margin: 4px;
	padding: 4px;
	float: left;
	height: 140px;
	width: 190px;
	border: thin solid #CCC;
}
.padd {
	padding: 5px;
}
