/* CSS Document */

ul, li {margin: 0; padding: 0;}

* {margin: 0; padding: 0;}

body {
	margin: 0 auto;
	margin-bottom: 100px;
	padding: 0;
	background: #A3C380;
	/*background: #606060 url(../images/bg2.jpg) repeat-x;*/
	color : #000;
}

.content { 
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 60px;
	padding: 0;
	width: 810px;
}

#top_border {
	height: 40px;
	width: 810px;
	background: #A3C380 url(../images_nav/bg_top.jpg) no-repeat;
}

#main {
	float: left;
	width: 810px;
	background: #A3C380 url(../images_nav/bg_middle.jpg) repeat-y;
}

#menu_top {
	margin-left: 50px;
	margin-bottom: 20px;
	height: 28px;
	width:714px;
	background: #FFF;
}

#left_side {
	float: left;
	margin-left: 40px;
	margin-top: 10px;
	width: 200px;
	background: #FFF;
}

#logo {
	height: 300px;
	width: 180px;
	background: #FFF;
	text-align: center;
}

/* css for the left side merchandise ads */

#merchandise {
	width: 200px;
	text-align: center;
	background: #FFF;
}

#merch_main {
	margin-top: 10px;
	width: 200px;
	background: #FFF;
}

#merch_header {
	margin-top: 30px;
	width: 200px;
	background: #FFF;
	text-align: center;
}


#merch_shirt {
	width: 180px;
	background: #FFF;
	text-align: center;
}

#merch_button {
	width: 180px;
	background: #FFF;
	text-align: center;
}

/* css for the right side */

#right_side {
	float: left;
	width: 480px;
	background: #FFF;
}

#right_side_text {
	padding-left: 40px;
	padding-top: 10px;
}

#right_side_table {
	padding-left: 0px;
	padding-top: 10px;
}

/* css for the shop page */

#shop_header {
	width: 480px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.product {
	float: left;
	width: 520px;
	margin-bottom: 30px;
}

.product_image {
	float: left;
	text-align: center;
	width: 270px;
}

.product_text {
	float: right;
	margin-left: 20px;
	width: 220px;
}

.product_text_header {
	width: 220px; 
	border-bottom: 2px solid #E166FF;
	margin-bottom: 10px;
}

.product_text_header p{
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	color: #606060; 
}

#footer {
	float: left;
	height: 40px;
	width: 810px;
	background: #A3C380 url(../images_nav/bg_bottom.jpg) no-repeat;
}

#intro_text {	
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000;
	line-height: 1.4em;
	text-align: center;
}

p {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000; 
	line-height: 1.3em;
}

h1 {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #606060;  
	margin-bottom: -6px;
}

h2 {
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #000;  
}

ol {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #000;
	list-style-type: decimal;
	line-height: 1.3em;
}

ol li {
	margin-bottom: 8px;
}

.sublist {
	list-style: none;
	margin: 0;
	margin-left:12px;
	list-style-type: lower-roman;
}
	
