
body{
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: top center; 
	font: 10pt sans-serif;
	margin: 0;
	color: 000000;
}

#wrap{
	background: #ffffff;
	margin:0 auto;
	width:900px;
	height:500px;
}

p{
	color: #000000;
	margin: 0px 0px 15px 0px;
	font-size: 12pt;
}

img{
	border-width: 0;
}

b{
	font-weight:bold;
}

a:link,a:visited,a:active{
	text-decoration: none;
	color: #ff3000;
}

a:hover{
	color: #ff6600;
}

a.header:link,a.header:visited,a.header:active{
	text-decoration: none;
	color: #e0e0e0;
}

a.header:hover{
	color: #e0e0e0;
	border-bottom-style: solid;
	border-width: 2px;
}

#imageDiv {
    width: 250px;
    height: 370px;
    float: right;
	margin: 10px;
}

#imageDivLeft {
    width: 250px;
    height: 370px;
    float: left;
	margin: 10px;
}

/* Normal header and header link descriptions */


#head{
	background: url('../media/images/template/header.jpg') no-repeat;
	height: 194px;
	margin: 0px;
	padding: 0px;
}

#head div.box{
	width: 900px;
	margin: 0px;
	padding: 162px 0px 0px 0px;
}

#head ul.navbar li a{
  display: inline;
  padding: 0px;
	margin: 0px;
	line-height: 25px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
}

#head ul.navbar li{
  display: inline;
	padding: 0 20px 0 0;
	list-style-type: none;
}

#head ul.navbar{
	margin:0;
	padding: 5px 0 0 10px;
  float: left;
}

table
{
width: 100%;
table-layout: automatic;
border-collapse: separate;
border-spacing: 5px;
}

#main{
	background: #ffffff;
	color: #000000;
	margin: 0 auto;
	width: 900px;
	padding: 0px;
	overflow: hidden;
	float: left;
}

#main div.latest-news{
	width: 300px;
	color: #000000;
	margin: 0 px;
	padding: 5px 5px 5px 5px;
	float: left;
}

#main h2{
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: 1.1em 'Trebuchet MS',Helvetica,sans-serif;
	font-weight: 100;
}

#main h1{
	color: #ff6600;
	font: 1.6em 'Trebuchet MS',Helvetica,sans-serif;
	margin: 20px 0 0 0;
	font-weight: 800;
}

#main h4{
	color: #ff6600;
	font: 1.3em 'Trebuchet MS',Helvetica,sans-serif;
	margin: 20px 0 0 0;
	font-weight: 900;
}

#left_column{
	background: #ffffff;
	text-align: justify;
	width: 575px;
	margin: 5px 20px 5px 5px;
	padding: 0px;
	float: left;
	overflow: hidden;
	}

#store_column{
	background: #ffffff;
	text-align: justify;
	width: 900px;
	margin: 5px 20px 5px 5px;
	padding: 0px;
	float: left;
	overflow: hidden;
	}
	
#left_column div.main-text{
	text-align: justify;
	color: #000000;
	margin: 0 px;
	padding: 5px 20px 5px 5px;
	float: left;
}

#right-column{
	background: #ffffff;
	margin: 0px;
	padding: 0px; 
	width: 300;
	float: right;
	overflow: hidden;
}

#right-column div.right-column{
	width: 300px;
	color: #000000;
	float: right;
}



#footer{
	background: #5d5d5d;
	height: 1px;
	margin: 0px;
	padding: 0px; 
	overflow: hidden;
}

/* Form styles to make them line up right without using tables */
fieldset{
  border: 1px solid #ff6600;
  margin-right: 30px;
  }

legend{
  color: #e0e0e0;
  background: #020d79;
  border: 1px solid #ff6600;
  padding: 2px 10px;
  margin: 10px;
  } 

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 15em;
  text-align: right;
  margin-right: 0.5em;
  display: block
  }

div.row span.buttonform {
  margin-left: 15.5em;
  text-align: left;
} 

#content input.text {
	color: #000000;
	background: #f2f2f2;
  border: 1px solid #ff6600;
}

#content select {
	color: #000000;
	background: #f2f2f2;
  border: 1px solid #ff6600;
}

#content div.padding {
  padding-top: 5px;
}

#content textarea.text {
	color: #000000;
	background: #f2f2f2;
  border: 1px solid #ff6600;
}
  
#content input.submit-button {
	color: #000000;
	background: #eeeeee;
	border: 1px #ff6600 outset;
}
