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

body {
	font-family: Courier;
	font-size: 12px;
	background: #fff;
}

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

a:link { text-decoration: none; color:blue;}
a:active { text-decoration: none; outline: none;}
a:visited { text-decoration: none; color:blue; }
a:hover { text-decoration: underline; }
a:focus { -moz-outline-style: none; }

a img { border: none; }

#header {margin: 20px 20px 0px 20px;width:;}

#header a:link, #menu2 a:link{ text-decoration: none; color:#000; }
#header a:active, #menu2 a:active{ text-decoration: none; color:#000; }
#header a:visited, #menu2 a:visited { text-decoration: none;color:#000; }
#header a:hover, #menu2 a:hover { text-decoration: underline;color:#000; }

#menu {margin:10px 0 0 0;}
#menu2 {margin:-24px 0 10px 88px;}
#content {text-align:left;margin: 10px 0px 0px 20px; }

.left {float:left;}
.justin {width:120px; text-align:left;}
.center {margin:0 auto; padding-right:150px; text-align:center;}
.fff {
	font-size: 12px;
}
#clear {clear:both;}

#jj:hover { border:thin solid #000;  background: black;width:125px;}
 #jj{border:thin solid #444; background:white;width:125px;}
#jj a:link, #jj a:visited  {padding:3px;display: block;color:#000;  }
#jj a:hover {color:#fff; text-decoration: none;}

#img {float:left; padding: 0 0px 0 0; font-size:10px; line-height:10px; text-align:left;color:#666;}

img {max-height:650px; width:auto;}
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }


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

#content p { width: ; margin:0px 0px 10px 0px; padding:0px; }

p {padding:0;   margin: 0 0 0px 0;}

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

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

#title-caption {font-size: 12px; text-transform:uppercase; color:#000;line-height: normal; margin: 10px 0 20px 0;}
#title-caption2 {font-size: 12px; text-transform:uppercase; color:#000;line-height: normal; margin: 10px 0 20px 0;}

#once { clear: left; }
.numm {font-size: 10px; color:#000;}
#nav {clear:left; margin:0 ; font-size: 12px; font-family: courier; }
#nav a:link, #nav a:visited { color:#000; font-size: 9px; text-decoration: none;}
#nav a:hover {text-decoration: none; color:#999;}