* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background: url('images/bg.gif') top left repeat-x;
	background-color:white;
}

#header {
	width: 700px;
	height: 237px;
	background: url('images/header.jpg');
}

#logo {
	padding-top: 22px;
	padding-left: 3px;
	text-align: left;
}

#add	{
		width:700px;
		float:left;
		
		
		}

#title {
	font-family: Arial;
	font-size: 16px;
	color: #f9502f;
	font-weight: bold;
}

#linkswraper{
}


#links {
	padding-right: 5px;
	margin: 0px;
	padding-top: 10px;
	background-color:white;
	text-align:center;
	border-right:thin;
	border-right-color:#CCCCCC;
	text-transform:capitalize;
}

#links ul{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	text-transform:capitalize;
}

#links ul li{
	padding-bottom: 3px;
	border-bottom: 1px dashed #ccc;
	text-transform:capitalize;
}

#links a {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #4d4b4b;
	text-transform: lowercase;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 15px;
	text-transform:capitalize;
}



#content {
	margin-left: 1px;
	font-size: 12px;
	padding: 7px;
	color: #8a8a8a;
	background-color: #fff;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #f9502f;
}

#footer {
	margin-top: 2px;
	background-color: #f9502f;
}

#footer table{
	font-family: Arial;
	font-size: 10px;
	color: #fff;
	height: 30px;
}

#footer table td {
	text-align: right;
	padding-right: 10px;
}