html
{
	min-height: 100%;
	height: auto;
	font-size: 12px;
	line-height: 14px;
}

body 
{
	text-align:center;
	color:#fff;
	font-family: Verdana, Arial, Sans;
	background:url(../images/bg-fade.jpg) repeat-x;
	background-color:#333;
}

li
{
	padding-bottom: 5px;
}

#wrapper
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#head
{
	background-color: #fff;
}

#header
{
	width: 900px;
	height: 114px;
	background:transparent 5px 0px url(../images/header-bg.jpg) no-repeat;
}

#nav
{
	width: 900px;
	height: 35px;
	background-color: #000;
	margin: 5px 0px 5px 0px;
	list-style: none;
}

#nav li
{
	float: right;
	padding-right: 30px;
	padding-top: 10px;
}

#nav a
{
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
}

#nav a:hover
{
	color: #999;
}

#content
{
	width: 900px;
	background:transparent url(../images/content-bg.jpg) repeat-y;
	background-color: #fff;
}

#left-content
{
	float: left;
	width: 201px;
	height: 300px;
	background:transparent url(../images/left-bg.jpg) no-repeat;
}

#right-content
{
	float: right;
	width: 669px;
	color: #000;
	margin: 0px 30px 10px 0px;
}
strong{font-weight: bold;}
#right-content h1
{
	font-weight: bold;
	font-size: 1em;
	margin: 10px 0px;
}

#right-content h2
{
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0px;
}

#right-content p
{
	margin: 10px 0px;
}

#right-content li
{
	margin-left: 10px;
}

#footer
{
	clear: both;
	width: 900px;
	height: 35px;
	background-color: #000;
	font-size: .8em;
	font-weight: bold;
	margin-top: 13px;
}

#footer p
{
	padding: 10px 17px;
}

#logo
{
	position: relative;
	width: 150px;
	height: 75px;
	left: 42px;
	top: 26px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.icon
{
	margin: 6px 0px 0px 7px;
}
