/**
* CSS
* 
* @version 1.0
* @author Roch
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #fff;
}

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

a:link { text-decoration: underline; color: #000; }
a:active { text-decoration: underline; color: #000; }
a:visited { text-decoration: underline;  color: #000; }
a:hover { text-decoration: none; color: #999; border: 0; }

a img { border: none; }

div .thumb-it a { border: none; }


#menu {
    width: 175px;
    position: absolute;
    top: 50px;
	left: 50px;
	text-transform:uppercase;
	text-align:right;
}

#menu a {
    text-decoration: none;
    border: 0;
    padding: 0;
}

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

#menu ul li.section-title { padding: 0; margin-bottom: 10px; color:#999; }
#menu ul li { padding-right: 28px; }

#content {
	position: absolute;
    top: 50px;
	left: 300px;
}

.container {  }

#content p { width: 550px; margin-bottom: 25px; }

p {
    margin: 0 0 25px 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: 550px; margin: 0; padding: 0 0 25px 0; }

#img-container a.thickbox {float: left; vertical-align: bottom; height:175px; }

#once { clear: left; }
