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

body {
	font-size: 11px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #666;
	line-height: 18px;
	background: #fff;
}

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

#menu a { font-family: Georgia, Times, serif; font-style: italic;}

li a:link { text-decoration: none; color: #666; }
li a:active { text-decoration: none; color: #666; }
li a:visited { text-decoration: none; color: #666; }
li a:hover { text-decoration: none; color: #666; border-bottom: 1px solid #daded0; }

a img { border-bottom: none; }

a.txt:link { text-decoration: none; color: #666; }
a.txt:active { text-decoration: none; color: #666; }
a.txt:visited { text-decoration: none; color: #666; }
a.txt:hover { text-decoration: none; color: #666; border-bottom: 1px solid #daded0; }

#menu {
	width: 180px;
    overflow: auto;
	margin: 0 0 0 50px;
	float: left;
    height: 100%;
	background-color: #fff;
	align: center;
	position: fixed;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 270px;
    padding: 0 0 0 10px;
}

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

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

.logo {
	padding: 0 0 30px 0;
}

.tabletop {
	width:440px;height:160px;padding:0;margin:0;
}

.dot {
	padding: 0 0 0 0;
}

#content p { width: 710px; margin-bottom: 0; }

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: 710px; margin: 0; padding: 0 0 4px 0; }

#once { clear: left; }
