* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	color: #cc9;
	text-align: left;
	}


/*  CONTAINERS  */
#wrapper {
	width: 730px;
	height: 725px;
	margin: 0px auto;
	background: url(images/bg.jpg) center top no-repeat;
	border: 0px solid white;
	}

#header {
	width: 730px;
	height: 135px;
	padding: 0px;
	}

#sidebar {
	width: 145px;
	height: 520px;
	float: left;
	padding: 50px 0 0 80px;
	border: 0px solid white;
	}

#content {
	width: 410px;
	height: 500px;
	float: left;
	display: inline;
	padding: 0px 40px 0px 10px;
	border: 0px solid white;
	}
.entry {
	width: 430px;
	height: 500px;
	overflow: auto;
	padding: 5px 5px 5px 10px;
	}
#footer {
	clear: both;
	width: 725px;
	height: 30px;
	font-size: 10px;
	text-align: center;
	color: #747343;
	padding-top: 10px;
	}

#menu {
	width: 500px;
	height: 69px;
	padding-top: 55px;
	float: right;
	}


/*  MENU  */
#menu a {
	text-decoration: none;
	color: #FFFFCC;
	}
#menu a:hover {
	text-decoration: underline;
	}
#menu ul {
	list-style-type: none;
	padding: 20px 0px 0px;
	margin: 0px auto;
	}
#menu ul li {
	display: inline;
	padding: 10px;
	font-size: 1.4em;
	}


/*  SIDEBAR  */
#sidebar ul {
	width: 120px;
	list-style-type: none;
	}
#sidebar ul li {
	padding: 0 0 1.5em 0}
#sidebar ul li a {
	text-decoration: none;
	color: #ce8802;
	font-size: 1.4em;
	}
#sidebar ul li a:hover {
	text-decoration: underline;
	}


/*  CONTENT  */
.entry p {
	font-size: 1.6em;
	padding: 0 0 10px 35px;
	line-height: 1.6em;
	}
#content h2 {
	font-weight: normal;
	font-size: 1.8em;
	color: #cc9;
	margin: 0 0 20px 0;
	}
.entry a {
	color: #ce8802;
	text-decoration: none;
	}
.entry a:hover {
	text-decoration: underline;
	}
.entry ul {
	font-size: 1.6em;
	margin-left: 10px;
	}
.entry ul li {
	list-style-image: url(images/bullet.gif);
	padding: 0 0 10px 25px;
	margin: 5px 0;
	}
.entry .photo {
	padding: 10px 10px 10px 0;
	}


/*  CONTACT FORM  */
.ddfmwrap input, .ddfmwrap textarea {
	background: #0e0e0e;
	color: #FFFFCC;
	border: 1px solid #333;
	}


/*  FOOTER  */
p.foot {
	}
