/**
* CSS
* 
* @version 1.0
* @author Vaska
* @author Gregory Cadar 
* @author Lu Gao
* www.lugao.com
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
        line-height: 15px;
	font-family: Verdana;
	background: #fff;
        color: #A4A4A4;
}

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

#menu a { text-decoration: none; font-weight: normal; color: #A4A4A4; padding: 0; }
#menu li.active a { font-weight: bold; color: #DB7093; padding-bottom: 1px; }
#menu a:hover { font-weight: normal; solid #000000; color: #ffffff; }
#menu a.name:hover { background-color: white; }

#menu em { color: #A4A4A4; font-weight: normal; }
p.copyright { color: #aaa; font-weight: normal; font-size: 10px; }

a:link {
        border-bottom: none;  
	text-decoration: none;
	color: #DB7093;
}

a:visited { 
	text-decoration: none;
	color: #DB7093;
}

a:hover { 
	text-decoration: none;
	color: #fff;
	background-color:#000000;
}

a img { 
	border: none;
	background-color:#ffffff;
	}

a { outline: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    background-color: #fff;
}

#menu ul {
        font-weight: bold;
	list-style: none;
	margin: 0px 0 2px 0;
}

#menu ul li.section-title {
        font-weight: bold; 
        color: #696969; 
}

#content {
    height: 100%;
    margin: 0 0 0 180px;
    top: 0;
}

#content strong { font-weight: bold; font-style:italic; color: #696969; }

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

#content p { width: 700px; margin-bottom: 9px; }

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; }
#img-container p	{ width: 700px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

strong.else { color: #696969; }