body, div, td, tbody, span {
	font-family: Arial, sans-serif;
}

img { border: 0; padding: 0; margin: 0; }

body {
	padding: 0px;
	margin: 0px;
	background: url('images/bg.jpg') top left repeat-x #3c3124;
}

#header {
	width: 700px;
	height: 354px;
	background: url('images/droidheader.jpg');
}

#logo {
	text-align: left;
	height: 86px;
	padding: 0px;
	margin: 0px;
	background: url('images/mini_header.jpg') top left no-repeat transparent;
}



#title {
	font-family: Georgia, Arial, sans;
	font-size: 30px;
	color: #edb466;
	padding-top: 25px;
	padding-left: 15px;
}


#linkswraper{
	padding: 0px;
	margin: 0px;
}


#links {
	margin: 0px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#links ul{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#links ul li{
	margin-bottom: 0px;
	padding-left: 0px;
}


#links a {
	font-family: Georgia, Arial sans-serif;
	font-size: 12px;
	color: #d7492e;
	text-transform: lowercase;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}




#content {
	font-size: 12px;
	padding: 5px;
	color: #f8e3c6;
	background: url('images/content_bg.jpg') top left repeat-y;
}

#content h1 {
	margin-top: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #d7492e;

}

#footer {
	background: url('images/footer_bg.jpg') top left no-repeat;
}

#footer table{
	font-family: Arial;
	font-size: 12px;
	color: #5c4935;
	height: 29px;
}

#footer table td {
	text-align: center;
}