/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* { margin: 0; padding: 0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	color: #323232;
	font-size: 10px;
	font-family: arial, helvetica, verdana, sans-serif;
	text-align: left;
	background-image:url("http://www.stefananders.com/bodytex.jpg");
	background-repeat: repeat;
	line-height: 10px;
	
}

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

a:link {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: gray;
}
a:hover {
	color: #fff;
	background-color: #333;
}

a img {
	border: solid lightgrey 1px;
	border-color: lightgrey;
	border-style: solid;
}
img {
    border: solid lightgrey 1px;
	border-color: lightgrey;
	border-style: solid;
 } 
#menu {
	width: 215px;
	
	top: 0px;
	bottom: 0;
	position: relative;
	height: 100%;
	left: 60px;
}

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


element.style {
	
	padding-left: 10px
}

#menu ul li.section-title { color: #000; }

#content { position: absolute; height: 100%; margin: 0 0 0 0; top: 0px; left: 260px; }

.container {
	padding-left: 10px;
	background: transparent;
	position: inherit;
	top: 20px;
}

#content p {
	width: 400px;
	margin-bottom: 0px;
	padding-left: 10px;
}

p {
	margin: 0 0 0px 0;
}

h1 {
	color: #999;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
	width: 160px;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h6  {
	color: #323232;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
#img-container	{
	margin-left: 30px;
	padding: 0;
	padding-left: 10px;
	position: relative;
	top: 30px;
}
#img-container p	{
	width: 400px;
	margin: 0;
	padding: 0 0 12px;
	padding-left: 0px;
	
}

#once { clear: left; }
h1:hover {
	background-color: #333;
	color: #FFF;
}
A_sign2_web.gif:hover { border-color: #ca3838; border-width: 12pt; }

