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

body {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	background: #fff;
	background-image: url(../../IMAGES/myname2.gif);
	background-repeat: no-repeat;
	color: #666666;
	font-style: italic;
}

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

a:link {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #FF9966;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #FF9966;
	text-decoration: overline underline;
}

a img { border: none; }

#menu {
	width: 175px;
	overflow: auto;
	top: 120px;
	bottom: 0;
	left: 50px;
	position: fixed;
	height: 100%;
}

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

#menu ul li.section-title {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}

#content {

	height: 100%;
	margin: 127px 0 0 220px;
	top: 0;
}

.container {

	padding: 5px 5px 5px 5px;
}

#content p {
	
	width: 600px;
	margin-bottom: 3px;
	font-size: 12px;
}

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: 400px;
	margin: 0;
	padding: 0 0 7px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-style: normal;
}

#once { clear: left; }
