* {
	margin: 0;
	padding: 0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#514d45;
}

body {
	background-color: #c0beb5;
	background-image:url(images/bg_texture.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}

#header_nav_wrapper {
	height: 95px;
	width: 900px;
	padding-top: 50px;
	margin: auto;
	padding-left: 15px;
}

#logo {
	float: left;
	height: 54px;
	width: 408px;
}

#menu {
	float: left;
	padding-bottom: 5px;
}

#menu li {
	display:inline;
	padding-right: 35px;
	margin-left: 0px;
}

a {
	text-decoration:none;
	color: #514d45;
}

a:active {
	color:#514d45;
	text-decoration:none;
}

a:visited {
	color: #514d45;
	text-decoration: none;
}

a:link {
	color: #514d45;
	text-decoration: none;
}

a:hover { 
	color: #821619;
	text-decoration:underline;
}

#content_wrapper {
	width: 900px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
}

#left_col {
	width: 200px;
	position: fixed;
}

#work_menu {
	height: auto;
	width: 200px;	
}

#right_col {
	width: 630px;
	height: 500;
	float: right;
}

#footer_wrapper {
	width: 900px;
	height: 50px;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#clear {
	clear: both;
}

.red {
	color: #821619;
}

.dark_brown {
	color:#514d45;
	
}

