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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	text-align: center;
}

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

a:link { text-decoration: none; color: rgb(236, 150, 15);}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 250px;
	height: 500px;
	float: left;
	background-image: url('/image/menubg.jpg');
	background-repeat: no-repeat;
	overflow: visible;
	padding: 80px 0 0 0px;
}

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

#menu ul li.section-title { }

#content {
	width: 620px;
    margin: 0 0 0 250px;
/*	background-image: url('/image/contentbg.jpg'); */
	background-repeat: repeat-y;
}

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

#content p { 
	margin-bottom: 0px; 
}

#content img {
	border: 10px solid rgb(242, 181, 0);
}

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ 
	margin: 0; 
	padding: 0;
	background-color: ccc; 
}
#img-container p	{ 
	margin: 0; 
	padding: 0 0 0px 0; 
}

#once { clear: left; }

/* www.jakemix.com styles begin here */

#bodywrapper {
	width: 870px;
	margin: 0 auto;
	text-align: left;
}

#skybox {
	margin-top: 0;
	width: 1000px;
}

#rcolumn {
	width: 35px;
	height: 470px;
	float: right;
	background-image: url('/image/rcolumnbg.jpg');
}

.menu-notes {
	font-size: 6pt;
	color: rgb(241, 181, 0);
}

.menu-notes a {
	color: #000;
}

.about {
	width: 620px;
	height: 440px;
	background-image: url('/image/about.jpg');
	background-repeat: no-repeat;
	color: #fff;
	padding: 30px 0 0 75px;
}

.about p {
	width: 200px;
}

.about a:link { color: #fff; font-weight: bold; }
.about a:visited { color: #fff; font-weight: bold; }

.description {
	float: right;
	margin: 20px -160px 0 0;
	width: 150px;
}

div.nav {
	width: 620px;
	float: left; 
	margin: 470px 0 0 0;
	padding: 0px;
}

span#num {
	font-size: 12px; 
	font-weight: bold; 
	color: rgb(255, 255, 255);
}

a#prev, a#next {
	
	display: block;
	float: left;
}

#image-nav img {
	border: 0px;
}
