/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #6f6a66;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
html {
	background: #D2C8BE;
	height: 100%;
}
body {
	background: #D2C8BE;
}

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

a:link { text-decoration: none;
}
a:visited { text-decoration: none; }
a:hover { text-decoration: none;
	color: #d2c8be;
}

a:active { text-decoration: none;
	color: #d2c8be;
}

li.active a {
	font-weight: bold;
}

a img { border: none; }

#page {
	background-color: #fff;
	width: 993px;
	height: 627px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 65px;
}

#menu {
    width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    height: 98%;
	float: left;
	margin-top: 18px;
	margin-left: 15px;
	font-size: 8pt;
}

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

#menu ul li.section-title { }

#menu ul li {
	margin-bottom: 11px;
}

#content {
    height: 509px;
    margin: 30px 25px 0 0;
    top: 0;
	width: 716px;
	float: right;
}

#content a {
}

#content a:hover {
	color: #d2c8be;
}

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

#content {
	height: 476px;
	float: left;
	margin-top: 37px;
}

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

p {
	margin: 0;
}

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

#img-container	{ 
	margin: 0;
	padding: 0;
	height: 480px;
}

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

#nav {
}

#once { clear: left; }

#s1 {
	height: 500px;
}
hr {
	width: 13px;
	margin: 2px 0;
}
p.contact-link {
	margin: 2px 0 0;
}
#num {
	text-align: right;
	padding: 0;
	margin: 0 36px 0 0;
	width: 32px;
	float: left;
	font-size: 8pt;
}
.bold {
	font-weight: bold;
}
#buttons {
	padding: 0;
	margin: 0 58px 0 0;
	float: left;
	font-size: 8pt;
}
#buttons a {
}

#caption {
	width: 100px;
	margin: 0;
	padding: 0;
	float: left;
}
.title {
	padding: 0;
	margin: 0;
	width: 400px;
	position: absolute;
	top: 480px;
	left: 250px;
	font-size: 8pt;
}
.pics {
	height: 471px;
}
#s1 {
	height: 471px;
}
.container a {
}
.hidden {
}
#random {
	width: 706px;
	height: 471px;
	background: transparent url(../../../files/rotate/rotate.php) no-repeat scroll left top;
}
#copyright {
	position: absolute;
	top: 585px;
	font-size: 7pt;
	text-transform: capitalize;
}

#copyright a {
	text-transform: lowercase;
}
#header-text {
	padding: 0;
	background: none 0;
	margin: 0;
	font-size: 16pt;
}
#info {
	margin-top: 25px;
	font-size: 8pt;
}
.info-text-18px {
	font-size: 22px;
}