/* CSS Document */

body{
	margin-top: 25px;
	background-color: #000000;
	background-image:url(images/layout/back.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
a:link{
	color:#333333;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}	
	
a:hover{
	color: #CC0033;
	text-decoration: underline;
	font-weight: bold;
	}	
	
a:active{
	color:#333333;
	text-decoration: underline;
	font-weight: bold;
	}	

h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#CC0033;
	font-size:14px;
	font-weight:bold;
	}
	
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:14px;
	font-weight:bold;
	}	
p{
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

#hor{
	background-image:url(images/layout/hor.gif);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align: top;
	}	
	
#hor2{
	background-image:url(images/layout/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	vertical-align: top;
}		

#vert{
	width: 5px;
	background-image:url(images/layout/dot.gif);
	background-repeat:repeat-y;
	background-position: right;
	vertical-align: top;
	}
	
#wrapper{
	position: relative;
	width: 806px;
	height: auto;
	margin: 0px auto;
	}	

#header{
	position: relative;
	height: 300px;	
	}
	
#lower{
	position: relative;
	height: auto;
	}
	

#content{
	position:relative;
	background-image:url(images/layout/content.gif);
	background-repeat: repeat-y;
	width: 760px;
	top: 0px;
	left: 21px;
	height: auto;
	}	
	
#main{
	position: relative;
	padding-left: 25px;
	padding-right: 30px;
	padding-bottom: 12px;
	}	
	
#col{	
	width: auto;
	vertical-align: top;
	}
	
#col2{
	vertical-align: top;
	width: 350px;
	}	
	
#stuff{
	padding-left: 15px;
	vertical-align: top;
	}

	
#footer{
	position:relative;
	left: 21px;
	top: 0px;
	background-image:url(images/layout/footer.gif);
	background-repeat:no-repeat;
	height: 10px;
	width: 760px;
	}	
	
#product{
	text-align:center;
	background-color:#EEEEEE;
	padding: 13px;
	}
		