/**
* CSS
* 
* @version 1.0
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	/*src: url(http://beth-anne.com//mainwebsite_html/fonts/MyriadPro-Regular.otf);*/
	font-weight: lighter;
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #E7E7E7;
}

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

a:link {
	text-decoration: none;
	color: #666666;
	}
a:active {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	}
a:visited {
	text-decoration: none;
	color: #666666;
	}
a:hover {
	color: #3a2011;
	text-decoration: underline;
	cursor:default;
	}

a img { border: none; }

#menu {
	width: 260px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	color: #666666;
	background-color: #E7E7E7;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	cursor:default;
	background-image: url(../../../formatted_images/digital_noah_logo.png);
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color: #666666;
	cursor:default;
}

#menu ul li.section-title {
	font-size: small;
	font-weight: bold;
	color: #333333;
	cursor:default;
}



#content {
	color: #666666;
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 500px;
	cursor:default;	
		
}

.container {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}

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

p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 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 12px 0; }

#once { clear: left; }
.plain_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}

