@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

#hold
{
	width: 886px;
	position: relative;
	background-color: #000000;
	color: #FFFFFF;
}

#hold #head
{
}

#hold #head #banner
{
	height: 328px;
	background-image: url(/img/layout/top_gradiant.jpg);
}

#hold #head #top_nav
{
	background-color: #232323;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2c2c2c;
	border-right-color: #2c2c2c;
	border-bottom-color: #2c2c2c;
	border-left-color: #2c2c2c;
}

#top_nav a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#hold #mid #cont_hold
{
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
}

#hold #mid #cont_hold #cont1
{
	width: 240px;
	float: left;
	padding-left: 10px;
}

#cont1 a
{
	display: block;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #CCCCCC;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#cont1 .head
{
	font-size: 20px;
	font-family: "Book Antiqua", Verdana;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#hold #mid #cont_hold #cont2
{
	width: 540px;
	float: right;
	padding-bottom: 100px;
}
#cont2 h2
{
	font-family: "Book Antiqua", Verdana;
	font-size: 18px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding-bottom: 4px;
}


#cont2 h1
{
	font-family: "Book Antiqua", Verdana;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#banner #text
{
	margin-top: 170px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 450px;
	color: #1E1E1E;
	position: absolute;
}

#hold #bottom
{
	background-color: #111111;
	height: 100px;
	margin-top: 10px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 10px;
	border-top-width: 9px;
	border-right-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 9px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #1e1e1e;
	border-right-color: #1e1e1e;
	border-bottom-color: #1e1e1e;
	border-left-color: #1e1e1e;
}

.clearall
{
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: 1px;
}

