/**
* CSS 2nd version for Ian Allen Design
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: monospace;
	background:#FFFFFF;
	height:100%;
}

body.section-1 {
background-color:#FFFFFF;}
body.section-2 { 
background-color:#FFFFFF;}
body.section-3 {
background-color:#FFFFFF;}

a:link { text-decoration: none; color:#00CCFF; background:#FFFFFF;}
a:active { text-decoration: none; color:#FF3366;}
a:visited { text-decoration: none; color:#00CCFF; }
a:hover { text-decoration: underline; background:#FFFFFF;}

a img { border: none;
}

#menu {
	margin: 35;
    width: 275px;
	height: 25%;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height:18px;

}

#menu2 {
    width: 100%;
	top: 80%;
    overflow: visible;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height:18px;
	z-index:500;

}

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

	
}

#menu ul li.section-title { 
	background:#E1DBCA;
	
	
	}

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

#footer {
	position:inherit;
}
.container {
    padding: 45px 45px 25px 45px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	letter-spacing: -2px;
	color:#000000;
	text-transform:capitalize;
	text-decoration:blink;
	text-decoration:line-through;
}
h2 { 	font-size: 45px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	letter-spacing: -2px;
	color:#000000;
	text-decoration:line-through; }
h3 { 	font-size: 20px;
	font-family:"Courier New", Courier, monospace;
	letter-spacing: 0px;
	color:#000000;
	font-weight:lighter;
	text-decoration:underline; }
h4 { font-size: 12px; }

c1 {
	font-size: 11px;
	font-family:"Courier New", Courier, monospace;
	font-style: normal;
	color:#999999;
}

projectHead {
	font-size: 12px;
	font-family:"Courier New", Courier, monospace;
	font-style: normal;
	color:#000000;
	background:#66FF00;
}

whitebg {
	font-size: 12px;
	font-family:"Courier New", Courier, monospace;
	font-style: normal;
	color:#000000;
	background:#FFFFFF;
}

.italic{
	font-style:italic;
	}
hello {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color:#000000;
	background:#FFFFFF;
}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
