@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-color: rgb(128,200,44);
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
    margin: 0px;
}

#banner {
	margin-top: 20px;
	background-image:url(../images/banner.jpg);
	width: 980px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: rgb(31,28,0);
	border-right-style: solid;
	border-right-width: 2px;
	border-left-color: rgb(31,28,0);
	border-left-style: solid;
	border-left-width: 2px;
	border-top-color: rgb(31,28,0);
	border-top-style: solid;
	border-top-width: 2px;
}


#trademark {
	font-size: 14px;
}

.craft_icon {
	float: left;
	margin-right: 8px;
}

a {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #007878;
	text-decoration: none;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7DBF30;
	text-decoration: none;
}

p {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

#main_container {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 1200px;
	height: 100%;
}
	
#main_content_area {
	width: 950px;
	padding: 15px;
	border-color: rgb(31,28,0);
	border-style: solid;
	border-width: 2px;
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#logo {
	background-image: url(../images/logo.png);
	width: 210px;
	height: 210px;
	margin-right: 15px;
	float: left;
	margin-top: -82px;
	margin-left: -101px;
	position: relative;
}

#footer {
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: rgb(0,120,120);
}

#main_content_area h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: rgb(0,120,120);
	letter-spacing: 3px;
    text-align: center;
}

#main_content_area h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: rgb(0,120,120);
	letter-spacing: 3px;
}


.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

#page_header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 27px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	margin-left: 140px;
	margin-top: 22px;
}

#issue_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color:#FFF;
}

#view_cart {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	float: right;
	margin-top: -45px;
	padding-right: 20px;
	margin-bottom: 5px;
}

#view_cart a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}



