/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	background: #5F3146;
	color: #C0D6C9;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

<!-- Star Blog -->

#header {  
    padding-top:0px; 
    padding-bottom:10px;  
}
#main {  
    margin-top: 0px; 
    width:100%;  
} 
#regular_content {  
    width:100%;  
}  
.container { 
	background-image:url(images/background_man.png);
	background-repeat:no-repeat;
	background-position:-40px 0px;
    margin:0 auto;  
    border:0px;  
} 
/*
	Portfolio-Home-Styles
*/

#main_content {
	overflow:hidden;
	margin-bottom:10px;
}
#content_items {
	margin-left:-47px;
	float:left;

}
#side_content {
	background:none;
	padding:5px 5px 5px 5px; 
	float:left;
	width:1050px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.left_side {
	float:left;
	width:129px;

}
.middle {
	float:left;
	width:700px;

}
.right_side {
	float:right;
	width:200px;

}
.inside_content {
	border:0px;
	margin-bottom:4px;

}
.inside_content .stuff_inside { 
    background-color: #360F1F;
	padding:5px 5px 5px 5px; 
	margin-left:50px;
	width:700px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0px; 
}
.inside_side_content {
	border:0px;
	margin-bottom:4px;

}
.inside_side_content .stuff_side_inside { 
    background-color: #360F1F;
	padding:5px 5px 5px 5px; 
	margin-left:-50px;
	width:200px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0px; 
}
.recent_inside { 
    background-color: #360F1F;
	padding:5px 5px 5px 5px;  
	margin-left:50px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 0px; 
}
.inside_content .thumbnail { float:left; margin-right:20px; border:0px; }

ul li, li {  
    list-style:none;  
    margin:0px;  
    padding:0px;  
}

input, textarea {
	background: #AF5A80;
	color: #AF5A80;
	border: 2px solid #AF5A80;
}

<!-- End Blog -->

a:link img { border: 0px }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
	background-color: #360F1F;

}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #DFD9A9;
}
a:hover {
	text-decoration: none;
	color: #DFD9A9;
} 


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0px 0px 15px 0px; font-size:11px;
}

h1 { font-size: 32px; color: #A84C4A; }
h2 { font-size: 24px; color: #A84C4A; }
h3 { font-size: 16px; color: #A84C4A; }
h4 { font-size: 12px; color: #A84C4A; }

.headers {
    color: #5ED488;
    text-transform:uppercase;
}

#img-container { margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.quick_info {
    font-size:9px;
	font-style:italic;
}
.dots{
	border-bottom: 1px dotted #DA9085;
	width: 100%;
	margin-top:5px; 
	margin-bottom:5px; 
} 