/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	
}
.built {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	bottom: 0px;
}

body {
	color: #333333;
	background-image: url(http://www.traphikdesign.com/images/bg.png);
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial;
	background-repeat: repeat;
	font-size: 11px;
	left: 0px;
	top: 0px;
}

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

a:link { text-decoration: none;
         color: #333333;

}
a:active {
	background-color: #fcf227;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	background-color: #fcf227;
	color: #333333;
}

a img { border: none; }

#menu {
	padding-right: 20px;
	background-repeat: repeat-y;
	background-image: url(http://www.traphikdesign.com/images/menu-bg.png);
	padding-top: 100px;
	width: 205px;
	overflow: auto;
	top: 0px;
	bottom: 0;
	left: 0;
	position: fixed;
	height: auto;
	}

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

#menu ul li.section-title { }

#content {
	padding-left: 218px;
	height: auto;
	top: 200px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	
}

.container {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 100px;
	padding-left: 15px;
	text-align: right;
}

#content p { width: 400px; text-align: left; }

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ }
#img-container p	{ border-collapse: collapse; width: 400px; }

#once { clear: left; }

