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

body {
	margin: 0 auto;
	font-size: 10px;
	color: #333;
	line-height: 13px;
	font-family: verdana, helvetica, sans-serif;
	background: #fff;
}

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

a:link { padding-left: 2px; padding-right: 2px; padding-top: 1px; text-decoration: none; color: #444;}
a:active { padding-left: 2px; padding-right: 2px; padding-top: 1px; text-decoration: none; color: #444;background-color:#ffffff;}
a:visited { padding-left: 2px; padding-right: 2px; padding-top: 1px; text-decoration: none; color: #444; }
a:hover { padding-left: 2px; padding-right: 2px; color:fuchsia; background-color:none;}
 
a img { border: none; }


.miniimg { padding: 2px 10px 11px 0px;
	}
	
.active a {text-decoration: none; color: fuchsia;background-color:none; }
	
#centered {
margin: auto;
width: 200px;
}

#textbox {
	margin-top: 40px;
}

#topbar {
height: 18px;
width: 750px;;
z-index: 4;
position:relative;
line-height: 0px;
top: 62px;
left: 205px;
overflow:hidden;
}


.barofdots {
 color:#111;
 font-size: 14px;  
 font-weight:normal;
}


.bigtext {
 font-size: 20px;
 line-height: 22px;
 font: #ddd;
 }


.footer {
		font-size: 10px;
		line-height: 12px;
		color: #777;
		
}

.captitle {
		font-size: 10px;
		line-height: 16px;
		color:#555;
		text-transform: uppercase;
		
}

.caption {
		font-family: verdana;
		font-size: 10px;
		line-height: 16px;
		color: #777;
}


.definitions {
		font-family: verdana;
		font-size: 10px;
		line-height: 16px;
		color: #222;
}



#menu {
    font-size: 11px;
	color: #555;
	background-color: #fff;
	line-height: 15px;
	width: 175px;
    top: 0px;
    left: 16px;
    height: 100%;
    margin: 0px;
    padding: 29px 20px 0 0px;
    position:relative;
	height: 100%;
    text-transform:none;
	text-align:left;
}

#myname {
    font-size:51px;
	background-color: #fff;
	}



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


#menu ul li {
	margin: 1px 1px 1px 0;

}


#menu ul li.section-title {
    font-size: 10px;
	color: #555555;
	font-weight: bold;
	display: inline;
	text-transform:none;
	padding: 1px 3px 1px 2px;	
}

.space {
	display:block;
	margin-top: 14px;
	margin-bottom: -12px;
	font-style:italic;
}
#content {
    margin-left:275px;

}

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

#content .container {
	position:absolute;
	top: 110px;

}

#content p { top: 140px; width: 750px; font-size: 10px; margin-bottom: 9px; }
#movedownposter p {     margin: 26px 0 9px 0; width: 450px; font-size: 12px; color: #666; line-height: 15px; margin-bottom: 9px; }
#movedownposter a:link { text-decoration: none; color: fuchsia; }
#movedownposter a:active { text-decoration: none; color: #ddd; background-color:silver; }
#movedownposter a:visited { text-decoration: none; color: fuchsia; }
#movedownposter a:hover { text-decoration: none; color: #ddd; background-color:silver; }

#movedown p {     margin: 26px 0 9px 0; width: 450px; font-size: 10px; color: #666; line-height: 15px; margin-bottom: 9px; }
#movedown a:link { text-decoration: none; color: fuchsia; }
#movedown a:active { text-decoration: none; color: #ddd; background-color:silver; }
#movedown a:visited { text-decoration: none; color: fuchsia; }
#movedown a:hover { text-decoration: none; color: #ddd; background-color:silver; }


.caption a:link { text-decoration: none; color: fuchsia; }
.caption a:active { text-decoration: none; color: #ddd; background-color:silver; }
.caption a:visited { text-decoration: none; color: fuchsia; }
.caption a:hover { text-decoration: none; color: #ddd; background-color:silver; }


#movedownposter {
margin-top: 80px;
margin-left: 5px;
margin-bottom: 40px;
}

#movedownposter p {
	color: silver;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
}


#movedown {
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 40px;
}

#movedown p {
	color: silver;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
}



p {
	font-size: 11px;
	color: #555;
    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; }
#img-container p { width: 600px; margin: 0; padding: 0 0 28px 0; }
#img-container a { font-size: 10px; }

#num { font-size: 10px; }

#cl { clear: both; }
#once { clear: left; }