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

p {
line-height:15px;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	color:#626364;
	font-size: 10px;
}

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

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

a img { border: none; }

#header {
background:url(images/logo.jpg) no-repeat 19px 22px;
height:140px;
padding:20px 0 0 20px;
position:relative;
width:735px;
}

	#header #title {
	position:absolute;
	bottom:20px;
	color:#CCCCCC;
	left:155px;
	}
	
	#header #contact {
	right:0;
	position:absolute;
	}
	
		#header #contact a{
		margin-left:50px;
		}

#menu {
	float:left;
	margin-left:20px;
	position:relative;
	width:110px;
}

#menu ul:first-child  {
border-top: 1px solid #CCCCCC;
}

#menu ul  {
border-bottom: 1px solid #CCCCCC;
}

#menu ul li a{
padding: 5px 0 10px 0;
display:block;
font-size: 10px;
color:#626364;
width:110px;
}

#menu ul li.section-title a{
padding: 5px 0;
display:block;
font-size: 10px;
color:#000;
width:110px;
}

#menu ul li.active a {

}


#content {
    height:100%;
    margin: 0 0 0 25px;
    top: 0;
	width:600px;
	border-top:1px solid #CCCCCC;
	padding-top: 12px;
	float:left;
}

#twitter {
width:200px;
margin-left:780px;
border-top:1px solid #CCCCCC;
}
	p.profileLink {
	border-top: 1px solid #CCCCCC;
	padding-top:5px;
	}

	#twitter li{
	display:block;
	padding:5px 0 10px;
	}
	
	#twitter li.heading{
	display:block;
	padding:5px 0;
	color:black;
	}
	
		#twitter li a {
		color:black;
		}

.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; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
#img-container p	img { max-width: 600px; }


#once { clear: left; }
