body {
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg.jpg) no-repeat #000000 fixed;
}
#outside_container {
	
}
#container {

	width:1000px;
	position:relative;
}



/*
	Logo / Menu / Panel Positioning
*/

div.title {
width: 900px;
background-color: #CFB174;
text-align: left;
font-size: 35px;
font-family: georgia;
}

div.title a{
padding-left: 5px;
text-decoration: none;
color: darkred;
}


#logo { position:absolute; top:0px; left:50px; z-index: 1;}

#panel { position:absolute; top:41px; left:50px; z-index: 0;}

#holder	{
width: 900px;
margin:0px;	
padding:0px;
position:absolute;
top:240px;
left:50px;
background-color: #545142;
height: 10px;
}

/*
	Content
*/

#content {
	padding-top:220px;
	padding-left:20px;
	width:878px;
	color:#404d54;
	font-size:13px;
	line-height:20px;
	text-align: left;
border: 1px #000000 solid;
	background-color: #CFB174;
}
.column1 { float:left; width:600px; margin-right:10px; text-align: left;}
.column2 { float:left; width:256px; margin-right:10px; text-align: left;}

.column1 p a{
text-decoration: none;
color: #404d54;
}

.column1 p a.hover{
text-decoration: underline;
color: white;
}

.column1 p a.visited{
color: white;
}



#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#C9C9B;
	margin:0px 0px 20px 0px;
	font-weight:normal;
}

ul.work {
	margin:0px; padding:0px;
}
ul.work li {
	list-style:none;
	margin:0px; padding:0px;
	clear:both;
}
ul.work li a {
	color:#7F0000;
	display:block;
	padding:0px 1px 0px 1px;
	text-decoration:none;
	font-size:13px;
	border: 0px;
}
ul.work li a img {
	float:left;
	margin-right: 7px;
	margin-bottom:20px;	
}
ul.work li a h4 {
	color:#674f5d;
	margin:0px;
	font-weight:normal;
	font-size:13px;
}
ul.work li a:hover, ul.work li a:hover h4 { color:#ffffff; }

/*
	Footer
*/
#footer {
	border-bottom:2px solid black;
	border-left:2px solid black;
	border-right:2px solid black;
	padding:15px 0px 0px 20px;
	color:#CFB174;
	font-size:12px;
	line-height:18px;
	background-color: #545142;
	width: 880px;
	height: 88px;
}
#footer img {
	float:left;
	margin-right:10px;
}
#footer span {
	display:block;
	float:left;
	width:350px;
	text-align: left;
}
#footer a {
	color:silver;
	text-decoration:none;
}
#footer a:hover { color:#F6EECE; }



/*
	General Styles
*/

a img { border:0px }

div.spacer{
clear:both;
height: 5px;
}
