
body {
	margin: 0;
	padding:  20px 0;
	text-align:center;	
	font-size: 12px;
	background: url(images/bg.jpg) repeat-x top #333333;
	}

td, div, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	font-weight: 400;
	}

#wrapper {
	width: 970px;
	margin:0 auto;
	background:url(images/bg_head.gif) repeat-x top #000000;
	text-align:left;
	}

#wrapper_inner {
	width: 930px;
	margin: 0 20px;
	}

#header {
	width: 930px;
	border-top: 10px solid #666666;
	margin-top:10px;
	height:120px;
	overflow:hidden;
	background:url(images/header.jpg) no-repeat left top #343434;
	text-align:right;
	}

p {
	padding:0;
	margin: 0 0 10px 0;
	}
	
#content {
	width: 930px;
	margin-top: 20px;
	}
	
#content_left {
	width: 190px;
	float:left;
	padding-bottom: 20px;
	}
	
#content_right {
	width: 720px;
	float:right;
	padding-bottom: 20px;
	}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#nav li a {
	display: block;
	padding: 0;
	width: 190px;
	background:url(images/bullet.gif) no-repeat left;
	line-height:30px;
	height:30px;
	text-indent: 15px;
	text-decoration:none;
	color:#CCCCCC;
	}


#nav li a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#111111;
	}

#footer {
	width: 970px;
	margin:0 auto;
	background:url(images/bg_foot.gif) repeat-x top;
	line-height:80px;
	height:80px;
	color: #000000;
	font-weight: 400;
	text-align: center;
	font-size:10px;
	}
	
#footer a,
#footer a:hover {
	color: #000000;
	text-decoration: none; 
	}
	
a {
	color:  #cccccc; 
	text-decoration: none;
	}
 
a:hover {
	color: #ffffff;
	text-decoration: none;
	}


h1 {
	font-size: 20px;
	color:  #ffffff; 
	font-weight: 400;
	line-height: 1;
	margin-top:0;
	margin-bottom:10px;
	padding:0;
	}

h2   {
	font-size: 16px;
	color:  #ffffff; 
	font-weight: 400;
	line-height: 1.2;
	border: none;
	}

.input {
	background:#000000;
	border: none;
	border-bottom:1px dotted #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	width: 250px;
	}

.button {
	font-size: 12px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	color:  #ffffff; 
	background-color: #333333; 
	padding: 3px 15px;
	}
	
form { 
	margin: 0px; 
	padding: 0px;
	}

.clearBoth {
	clear: both;
	}
	
.fr {
	float:right;
	margin-left: 15px;
}

hr  { 
	height: 0px; 
	border: 0px solid #666666; 
	border-top-width: 1px;
	}

img  {
  border-width:0;
  }


	