/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 10;
	padding: 10;
	border: 10;
	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: 1;
}
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;
}

/* Eric Meyer Reset */

#header{
	width:1000px;
	margin-bottom:15px;
}

h1{
	font-size:30px;
	color:#003300;
	border-bottom:#009900 2px solid;
}

#main{
	width:1000px;
	margin:10px auto;
	clear:both;
}

#content1{
	margin-right:15px;
	position:relative;
}

#content1 img.scale{
	position:absolute;
}

#line1{
        width:638px;

        border-top:#ffffff 2px dotted;
        position:absolute;
        top:105px;
}

#line2{
        width:638px;
        border-top:#ff6969 2px dotted;
        position:absolute;
        top:160px;
}	

#line3{
        width:638px;
        border-top:#ff8080 2px dotted;
        position:absolute;
        top:220px;
}

#line4{
        width:638px;
        border-top:#ffa9a9 2px dotted;
        position:absolute;
        top:280px;
}

#line5{
        width:638px;
        border-top:#ffc0c0 2px dotted;
        position:absolute;
        top:340px;
}

#line6{
        width:638px;
        border-top:#ffd3d3 2px dotted;
        position:absolute;
        top:400px;
}

#line7{
        width:638px;
        border-top:#ffdcdc 2px dotted;
        position:absolute;
        top:460px;
}

#line8{
        width:638px;
        border-top:#fff5f5 2px dotted;
        position:absolute;
        top:410px;
}


h2{
	font-size:20px;
	text-align:center;
        position:absolute;
        top:130px;
}	
h3{
	font-size:20px;
	text-align:center;
        position:absolute;
        top:190px;
}	
h4{
	font-size:20px;
	text-align:center;
        position:absolute;
        top:240px;
}	
h5{
	font-size:20px;
	text-align:center;
        position:absolute;
        top:290px;
}	
h6{
	font-size:20px;
	text-align:center;
        position:absolute;
        top:340px;
}	
h7{
	font-size:20px;
	text-align:center;
        position:absolute;
        top:380px;
}	
h8{
	font-size:20px;
	text-align:center;
        position:absolute;
        top:400px;
}	

#content2{
	height:480px;
	float:left;
}

