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

body {
	font-size: 11px;
	font-family: arial, Helvetica,sans-serif; 
	background-color: #F3F0E9;
	color: #666;
}

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

a:link { text-decoration: none; font-style:none; color: #FF2900; background-color: ; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #F3F0E9; background-color: #888888; }
a:hover { text-decoration: none; color: #F3F0E9; background-color: #FF2900;  }

a img { border: none; }
a img:hover { border: none; }
#header {margin-left: -20px;}

#resume {
	margin-left: -8px;
}


#menu {
	width: 240px;
	top: 6px;
	bottom: 0;
	left: 0;
	background-color: #F3F0E9;
	color: #666;
	padding-left: 25px;
	text-decoration: ;

}

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

#menu ul li.section-title { }

#content {
    height: 0%;
    margin: 0 0 0 285px;
    top: 22px;
	position: absolute;

}

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

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

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin: 0; padding: 0; border: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; border: 0; }
#img-container img	{ border: 0; border-color: #333333 }
#img-container a:link.thickbox { background: none; }
#img-container a:hover.thickbox { 	background: none; }

#img-container a.thumb-img:link { background-color: #F3F0E9; }
#img-container a.thumb-img:visited { background-color: #F3F0E9; }
#img-container a.thumb-img:hover { background-color: #F3F0E9; }

#once { clear: left; }