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

body {
	font-size: 12px;
	font-family: Georgia, serif;
	color:#323232;
	background: url(/images/gradient.png) repeat-x top center #d1d4d6;
}

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

a:link { color:#666; text-decoration: none; }
a:active { color: #e54a1c; text-decoration: none; }
a:visited { text-decoration: none; color:#666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#logo { width: 140px; height: 25px; background: url(/images/logo.png) no-repeat top center;}

#menu {
    width: 139px;
	left: 60px;
	bottom: 0;
    position: fixed;
    height: auto;
	z-index: 11;
}

#menu ul {
	list-style: none;
	padding: 10px;
}

#menu ul li {
	line-height: 20px;
	margin: 0 0 0 5px;
	} /*Indents li's*/

#menu ul li.section-title { display: none; }
	/*margin: 10px 0 3px 10px; 
	font-size: 14px; 
	color:#323232; 
	letter-spacing: 0;*/

#content {
    height: auto;
	position: absolute;
	bottom: 0;
    margin: 20px 0 0 250px;
}

#name {padding: 0 0 6px 0;}

#links {padding: 3px 0 0 0; width: 410px; border-top: solid 1px #666;}

#links ul {list-style: none;}
#links ul li { display: inline; padding: 0 20px 0 0;}

.container {
    padding: 0 0 30px 0;
}

#menu .container {padding: 5px 10px 10px 10px; background-color: #fff;}

.container a {line-height: 18px; margin: 0 0 1.3333 em 0;}

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

p {
	font-size: 11px;
	line-height: 14px;
    	margin: 0 0 1.3333 em 0;
}

h1, h2, h3, h4 {font-family:Garamond, "Georgia", Times, serif;}
h1 { 
	font-size: 32px; 
	line-height: 1em; /* 32px */ 
	margin-top: 0.5em; 
	margin-bottom: 0em;  
}
h2 { 
	font-size: 24px; 
	font-weight: normal; 
	line-height: 1.3333em; /* 32px */ 
	margin-top: 0.6667em; 
	margin-bottom: 0em;  
}
h3 { 
	font-size: 16px; 
	line-height: 1em; /* 16px */ 
	margin-top: 1em; 
	margin-bottom: 0em; 
	font-weight: normal; 
}
h4 { 
	font-size: 14px; 
	line-height: 1.1429em; /* 16px */ 
	margin-top: 1.1429em; 
	margin-bottom: 0em; 
}

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

#once { clear: left; }