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

body {
	font-size: 10px;
	height:100%;
	line-height:14px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	color: #000000;
}

body.section-1 { }

body.section-2 { }

body.section-3 { }

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: text-decoration: line-through; color: #b0b0b0; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #808080; }

a img { border: none; }

/*menu main box*/

#menu {
    width: 140px;
    overflow: auto;
	padding-top:30px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom: 10px;
	position: fixed;
	top: -10px;
	right: px;
	bottom: px;
	left: 40px;
	background-color: #fff;
	

}


	
#darcytwarog {
	font-size: 24px;
	height:100%;
	line-height:24px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	color: #000000;
	letter-spacing: 0px;

}


#sectiontitle {
	font-size: 12px;
	height:100%;
	line-height:14px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 10px 0 0px 0;
}
	
/*menu interior boxes */

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

/*menu section title */

#menu ul li.section-title {
	font-size: 12px;
	height:100%;
	line-height:14px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 10px 0 2px 0;
}

/*big boxes - change these to move main area*/

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

}

/*interior boxes*/

.container {
    padding-top: 0px;
    padding-right:0px;
    padding-left:0px;
   	padding-bottom:0px;
   	background: #fff;
}

/*interior boxes*/

#content p { 
	width: 400px; 
	margin-top: 20px;
	margin-bottom: 10px;

}

/*interior boxes in menu*/

p {
    margin: 0 0 0px 0px;
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin-top: 20px; }
#img-container p	{ width: 400px; margin: 0px 0 0 0px;  }

#once { clear: left; }
