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

body {
	font-size: 8px;
	height: 100%;
	margin: 0 0 0 0px;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	background: url(http://www.philgood.tv/blog/BK.gif) repeat fixed
}

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

a:link { 
	text-decoration: none;
	color: #666666
	}
a:active { 
	text-decoration: none;
	}
a:visited { 
	text-decoration: none; 
	color: #666666; 
	}
a:hover { text-decoration: inherit;
	color: #ffffff;
}

a img { border: none;
	}

#menu {
    width: 175px;
    overflow: auto;
    top: 200;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #000000;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 8pt;
}

#menu ul li.section-title { 

	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: white;
	top: 100;
    bottom: 20;
	font-size: 8pt;
}
#logo { 
	padding: 0 0 40px 0; 
	clear: both; 
	float: left; 
	}

#content {
    margin: 0 0 0 200px;
    top: 0;
	height: 100%;
	font-size: 8px;
}

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

#content p { 
	width: 600px; 
	margin-bottom: 9px;
	line-height: 10pt;
	margin-left: 5px;
	font-size: 14pt;
	color: #000000;
	padding-left: 50px;
	height: 100%;

	}

p {
    margin: 0 0 30px 0;
	color: white;
	font-size: 8pt;

}

h1 { font-size: 25px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
	margin: 30px 150px 150px 60px; 
	padding: 0; 
	}
#img-container p	{ 
	width: 400px; 
	margin: 0; 
	padding: 0 0 13px 0; 
	}

#once { clear: left; }
