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

body {
	width: 900px;
	float: left;
	font-family: "Rockwell";
	font-size: small;
	color: #999999;
}

#wrapper {
	width: 1000px;
	top: 10px;
	left: 10px;
}

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

a:link {
	color: #0270BB;
	text-decoration: none;
	font-size: large;
	line-height: 25px;
	font-family: Rockwell;
	font-size: medium;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	text-transform: none;
}
a:active {
	color: #0270BB;
	text-decoration: none;
	font-size: large;
	line-height: 25px;
	font-family: Rockwell;
	font-size: medium;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	text-transform: none;
}
a:visited {
    color: #0270BB;
	text-decoration: none;
	font-size: large;
	line-height: 25px;
	font-family: Rockwell;
	font-size: medium;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	text-transform: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
	font-weight: normal;
}
 a.linkstyle1 span
{
	color: #333333;
	text-decoration: none;
	font-size: small;
	line-height: 16px;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: lighter;
}

a.linkstyle1:hover span
{
color: #0270BB;
text-decoration: none;
}
 a.linkstyle2 span
{
	color: #333333;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	font-size: x-small;
	line-height: 16px;
	text-decoration: none;
}

a.linkstyle2:hover span
{
	color: #0270BB;
	text-decoration: none;
}
a.linkstyle3 span
{
	color: #0270BB;
	text-decoration: none;
	font-size: large;
	line-height: 25px;
	font-family: Rockwell;
	font-size: medium;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	text-transform: none;
}
a.linkstyle3:hover span
{
	color: #333333;
	text-decoration: none;
	line-height: 25px;
	font-weight: normal;
}
a.linkstyle4 span
{
	color: Red;
	text-decoration: none;
	font-size: large;
	line-height: 25px;
	font-family: Rockwell;
	font-size: medium;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	text-transform: none;
}
a.linkstyle4:hover span
{
	color: #333333;
	text-decoration: none;
	line-height: 25px;
	font-weight: normal;
}

h1
{
	color: #333333;
	text-decoration: none;
	font-size: small;
	line-height: 16px;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	font-weight: lighter;
}
a img { border: none; }

#menu {
	font-weight: bold;
	overflow: auto;
	height: 100%;
	float: left;
	width: 210px;
	text-align:center;
}

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

#menu ul li.section-title { }

#content {
	height: 100%;
	float: right;
	width: 780px;
}
.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
