body {
	font: normal 9pt sans-serif;
	margin: 0;
	padding: 0;
	background: #a2a2a2;
	background-image: url(images/grey-back.jpg);
	background-repeat: repeat-x;
}
A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033aa; 
	text-decoration:none;
}
A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033aa;
	text-decoration:none;
}
A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900; 
	text-decoration:none;
}
A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00; 
	text-decoration:none;
}

.mainbody {
	margin: auto;
	width: 970px;
}

.pagewidth {
	width: 970px;	
}

.header {
	height: 90px;
	padding-top: 0px;
	/*border:1px solid green;*/
	/*background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	*/
}


.mainwrapper {
	width: 1000px;
	margin: auto;
	background: #FFF;
	margin-top: 0px;  /*	margin-top: 0px; */
	margin-bottom: 0px;
}


/* TOP BOX */
.left-border-top-box {
	background-image: url(images/left_border_top_box.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 3px;
}
.center-top-box {
	background-image: url(images/center_top_box.jpg);
	background-repeat: repeat-x;
}
.right-border-top-box {
	background-image: url(images/right_border_top_box.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 3px;
}



/* login form */
.loginbox{
	text-align: right;
	width: 300px;
	border: 1px solid green;
}
.loginform {
	font-size: 10px;
	text-align: right;
	padding: 5px;
}
input {
	border: 1px solid #999;
	width: 120px;
	color: #999;
}
textarea {
	border: 1px solid #999;
	width: 100%;
	color: #999;
}
.loginbutton {
	background-color: #999;
	width: 80px;
	color: #333;
	height: 19px;
	font: normal 12px sans-serif;
}
.memberinput {
	height: 15px;
	font: normal 10px sans-serif;
	margin-bottom: 3px;
}


/* BIG BANNER HEADER */
.big-banner-header {
	margin: auto;
	width: 970px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* TITLES in the homepage */
.homecontent {
}
.homecontent h1 {
	font-size: 26px;
	color: #f59f24;
	padding: 0;
	margin: 0;
}
.homecontent h2 {
	font-size: 15px;
	color: #3366cc;
}


/* MAINCONTENT */
.mainbody {
}
.mainbody td {
	padding: 0px 20px;
	padding-left: 0px;
}


/* FOOTER */
.footer {
	background: #5e656b;
	/*background-image: url(images/header_bg.gif);*/
	background-repeat: repeat-x;
	padding-top: 15px;
	color: #ffffff;
}
.copyright {
	text-align: center;
	margin: 0;
	font-size: 9px;
	color: #666;
}
.footerlinks {
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}



/*
 * photo gallery
 */
.photogallery {
	padding: 0px;
	margin: 0px;
}
.photogallery img { 
	/*border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;*/
	border: 10px solid #fff;
} 
.photogallery a:hover img { 
	border: 10px solid #f2f2f2; 
}
.specialoffer {
border: 3px #9E2928 dashed;
margin: 0 auto 0 auto;
width: 450px;
padding:10px;
vertical-align:top;
}
.specialoffer2 {
border: 3px #9E2928 dashed;
background: #FFDFDF;
margin: 0 auto 0 auto;
width: 450px;
padding:10px;
vertical-align:top;
}
.specialoffer3 {
border: 1px #9E2928 dashed;
background: #FFDFDF;
margin: 0 auto 0 auto;
width: 250px;
padding:3px;
vertical-align:top;
}

h6 {
	font: 16pt "Trebuchet MS";
    margin:0px;
    padding-bottom:3px;
    padding-top:3px;
	background-color:#EFEFEF;
    border-top:2px solid #666666;
    border-bottom:2px solid #666666;
    text-align:center;
	margin-bottom:10px;
    font-weight:normal;
}
