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

body {
	background:#FFFFFF none repeat scroll 0 0;
	color:#777777;
	font-family: Verdana, sans-serif;
	font-size:10px;
	letter-spacing:0;
	line-height:150%;
}

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

a:link { text-decoration: none; color:#777;}
a:active { 
	background-color:#E5E5E5;
	color:#000000;
	text-decoration:none; }
a:visited { text-decoration: none; color: #777; }
a:hover { text-decoration: underline; }

a img { border: none; }

#site_logo{
	width: 100px;
	height:50px;
	overflow:hidden;
	display:block;
	background: transparent url(http://annakim.info/files/gimgs/1_2c1alphabet.jpg) no-repeat;
	text-indent:-900em;
}

#copyright{
		
}

#menu {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
    background:#FFFFFF none repeat scroll 0 0;
	color:#777777;
	float:left;
	font-family:Arial,regular;
	font-size:11px;
	letter-spacing:0;
	line-height:130%;
	overflow:visible;
	padding-bottom:50px;
	padding-left:20px;
	padding-top:20px;
	position:absolute;
	width:217px;
}

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 18px;
}

#menu ul li{
	text-align: left;
	padding-left: 0;
	
}


#menu ul li.section-title {
	color:#00A7DE;
	/*border-bottom:1px dotted #000000;*/
	font-weight:bold;
	letter-spacing:0.06em;
	margin:3px 0 5px;
	padding-bottom:5px;
}

#content {
    bottom:50px;
	left:240px;
	position:relative;
	top:20px;
	left:260px;
	width:752px;
}

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

#content p { width: 500px; margin-bottom: 10px; }

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ 
	bottom:50px;
	left:0;
	margin:0;
	position:relative;
	top:0;
	width:752px; }
	
#img-container p	{ 
	bottom:50px;
	height:100%;
	left:0;
	top:20px;
	width:752px;}

#once { clear: left; }