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

body {
  background-attachment: fixed;
background-image: url("http://www.paultuorto.com/image/blue_bg.jpg");
    background-repeat: repeat;

font-size: 11px;
font-weight:	400;
font-style: normal;
color: #666666;
text-transform: none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing: 1px;
line-height: 165%;
text-align: left;
vertical-align: baseline;
direction: ltr;
font-family: courier,Arial,sans-serif;

	
}

body.section-1 { }
body.section-2 { }
body.section-3 {
	padding-top: ;
	padding-left: ;
}

#menu li.active a {

font-size: 11px;
font-weight: 400;
font-style: normal;
color: #0099cc;
text-transform: none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing: 1px;
line-height: 165%;
text-align: left;
vertical-align: baseline;
direction: ltr;
}

a:link {
font-size: 11px;
font-weight: 400;
font-style: normal;
color: #666666;
text-transform: none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing: 1px;
line-height: 165%;
text-align: left;
vertical-align: baseline;
direction: ltr;
}
a:active {

font-size: 11px;
font-weight: 400;
font-style: normal;
color: #666666;
text-transform: none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing: 1px;
line-height: 165%;
text-align: left;
vertical-align: baseline;
direction: ltr;
}
a:visited {
font-size: 11px;
font-weight: 400;
font-style: normal;
color: #666666;
text-transform: none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing: 1px;
line-height: 165%;
text-align: left;
vertical-align: baseline;
direction: ltr;
}
a:hover {
font-size: 11px;
font-weight: 400;
font-style: normal;
color: #000000;
text-transform: none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing: 1px;
line-height: 165%;
text-align: left;
vertical-align: baseline;
direction: ltr;
}

a img {
	border: none;
	
	
}

#menu {
	width: 235px;
	 margin-left: 25px;
    padding: 5px;
    position: fixed;
    top: 25px;
    z-index: 12;
	background-color: #ffffff;
	
	
}



#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	text-align: left;
	padding-right: 5px;	
}

#menu ul li.section-title {
border-bottom: 1px dotted #000000;
font-size: 11px;
font-weight: 400;
font-style: normal;
color: #000000;
text-transform: none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing: 1px;
line-height: 100%;
text-align: start;
vertical-align: baseline;
direction: ltr;

}

#content {
	 padding: 40px 0 0 300px;
    position: relative;
    top: 13px;
    z-index: 10;
}

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

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

p {
    margin: 0 0 25px 0;
}

h1 {

font-size: 11px;
font-weight: 400;
font-style: normal;
color: #0099cc;
text-transform: none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing: 1px;
line-height: 165%;
text-align: start;
vertical-align: baseline;
direction: ltr;
}
h2 {
font-size: 11px;
font-weight: 400;
font-style: normal;
color: #0099cc;
text-transform: none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing: 1px;
line-height: 165%;
text-align: start;
vertical-align: baseline;
direction: ltr;
	
}
h3 { font-size: 11px;
font-weight: 400;
font-style: normal;
color: #0099cc;
text-transform: none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing: 1px;
line-height: 165%;
text-align: start;
vertical-align: baseline;
direction: ltr; }

h4 { font-size: 11px;
font-weight: 400;
font-style: normal;
color: #0099cc;
text-transform: none;
text-decoration:	none;
letter-spacing:	normal;
word-spacing: 1px;
line-height: 165%;
text-align: start;
vertical-align: baseline;
direction: ltr; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{
	width: 500px;
	margin: 0;
	padding-top: ;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}

#once { clear: left; }
