*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #222222;
	color: #000000;
	font-size: 85%;
	font-family: "verdana";
}

#notice
{
	background: #222222;
	color: #ffffff;
	text-align: center;	
	font-size: 70%;
}

#notice a
{
	color: #ff0000;
}

img
{
	border: 0;
}

#logo
{
	margin: 0 auto;
	background: #000000 url('../images/design_01.gif') center no-repeat;
	width: 100%;
	height: 130px;
}

#menucont
{
	margin: 0 auto;
	background: #000000 url('../images/index_02.gif') repeat-x;
	width: 100%;
	height: 30px;
}

#menu
{
	margin: 0 auto;
	width: 900px;
	height: 30px;
	background: url('../images/index_03.gif') no-repeat;
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 1px solid #c0c0c0;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 8px 16px 8px 16px;
	color: #CCC;
	background: #000000 url('../images/menu_off.gif') repeat-x;
	text-decoration: none;
	font-weight: none;
	font-size: 80%;
	font-family: verdana;
}

#menu ul li a:hover
{
	color: #FFF;
	background: #000000 url('../images/design_02.gif') repeat-x;
	padding: 8px 16px 8px 15px;
	border-left: 1px solid #c0c0c0;
}

#middlespan
{
	background: #222222;
	width: 100%;
	height: 100%;
}

#maincontainer
{
	margin: 0 auto;
	width: 900px;
	height: 100%;
	font-size: 90%;
	font-family: verdana;
	color: #ffffff;
	padding: 10px;
	background: #222222;
	line-height: 18px;
}

#maincontainer h1
{
	padding: 5px 0px 10px 10px;
	font-size: 140%;
	color: #c0c0c0;
}

#maincontainer ul
{
	padding: 5px 5px 5px 25px;
}

#maincontainer ul li
{
	list-style-type: none;
	margin-bottom: 24px;
}

#terms ul
{
	padding: 5px 5px 5px 25px;
}

#terms ul li
{
	display: list-item;
	line-height: 20px;
	padding: 0px 0px 8px 0px;
	list-style-type: decimal;
}

#terms ul li a
{
	color: #c0c0c0;
}

#terms ul li a:hover
{
	color: #ffffff;
}

#maincontainer a
{
	color: #FF0000;
}

#maincontainer a:hover
{
	color: #c0c0c0;
}

#mainleft
{
	float: left;
	width: 690px;
	height: 100%;
}

#mainleft p
{
	line-height: 20px;
	margin-bottom: 10px;
}

#mainright
{
	float: left;
	width: 190px;
	height: 100%;
	line-height: 30px;
	text-align: right;
}

#mainright a
{
	text-decoration: none;
}

#mainright a:hover
{
	text-decoration: underline;
}

#mainright img
{
	padding: 0px 10px;
}

#imageoptions
{
	margin: 0 auto;
	width: 900px;
	text-align: center;
}

#leftcontact
{
	float: left;
	width: 440px;
	height: 100%;
	text-align: left;
	padding: 5px;
	line-height: 20px;
}

#rightcontact
{
	float: right;
	height: 100%;
	width: 440px;
	text-align: right;
	padding: 5px;
}

#bottomcontact
{
	width: 800px;
	height: 185px;
}

#bottomcontact a
{
	color: #c0c0c0;
}

#bottomcontact a:hover
{
	color: #ffffff;
}


#imageoptions img
{
	padding: 15px;
}

#clearli
{

}

#clearli ul
{
}

#clearli ul li
{
	border-bottom: dotted 1px #ffffff;
}

#clearli strong

{
	text-align: right;
	float: right;
}

#clearli i

{
	text-align: right;
	float: right;
	font-size: 70%;
}

#copyright
{
	clear: both;
	line-height: 30px;
	margin: 0 auto;
	font-size: 80%;
	text-align: center;
	width: 100%;
	height: 30px;
	background: #000000 url('../images/index_16.gif') repeat-x;
	color: #ffffff;
	text-decoration: none;
}

#copyright a
{
	color: #ffffff;
	text-decoration: none;
}