/*  Main  */
html {
	overflow-y: auto;
	background-color: transparent;
}

body {
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px; text-align: justify;
 color: #313131;
 line-height: 1.5em;
 background-image: url(../images/bg.jpg); background-repeat: repeat;
 background-color: #cecece;
}

a { 
color: #ac3d51;
text-decoration: none;
}

a:hover { 
color: #ac3d51;
text-decoration: underline;
}

::-webkit-scrollbar {
width: 10px;
height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
height: 200px;
display: block;
background-color: transparent;
}

::-webkit-scrollbar-track-piece  {
background-color: #e5e5e5;
-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #a0a0a0;
-webkit-border-radius: 6px;
}



h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:400;
	letter-spacing: 1px;
	color: #ac3d51;
	margin: 0px 0px 1em 0px;
	}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:400;
	letter-spacing: 1px;
	color: #ac3d51;
	margin: 1em 0px 1em 0px;
	}
	
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:800;
	letter-spacing: 1px;
	color: #313131;
	margin: 1em 0px 1em 0px;
	}
	
p	{
	padding: 1em 0x 1em 0px;
}

#wrapper {
 margin:0 auto;
 width:955px; /*  Change to desired width :)  */

}

#body {
	height: 500px;
	width: 955px;
	background-color: #fff;
	margin: 50px 0px 40px 0px;
	border: 1px solid #a0a0a0; 
	
}
#logo {
	position: absolute;
	margin: -12px 0px 0px 70px;
	border: 0px;
}
#logofold {
	position: absolute;
	margin: -14px 0px 0px 183px;
	border: 0px;
}
#logobottom {
	position: absolute;
	margin: 456px 0px 0px 70px;
}

#menu ul {
	list-style: none;
	margin: 56px 0px 0px 225px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	color: #313131;
}
#menu li a {
	color: #313131;
	text-decoration: none;

}

#menu li a:hover {
	color: #ac3d51;
	text-decoration: none;

}

#menu li {
	list-style: none;
	margin: 0 0.85em;
	float:left;
}

hr { 
	color: #e5e5e5;
background-color: #e5e5e5; border: 0;
	height: 1px; width: 660px;
	position: relative; 
	margin: 27px 0px 0px 240px;
}


#content {
	width: 690px; height: 328px;
	margin: 17px 50px 50px 240px; 
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	
}

#content_text {
	margin: 0px 15px 0px 0px; 
	
}

#footer ul {
	list-style: none;
	margin: -33px 0px 0px 230px;
	color: #a0a0a0;
	float: left;
}

#footer li {
	float: left;
	margin: 0 0.85em;

}

