﻿@charset "utf-8";
body{
	background-attachment: fixed;
	background-repeat: repeat;
	background-image: url('images/background.jpg');
	width: 950px;
	margin: 20 30 20 30;
	padding: 0;
	line-height: 1em;
	text-align: left;
}

b{font-size: 110%;}

p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
li {
	text-align: left;
	font-size: 12px;
}

td {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	color: #000000;
	font-weight: 700;
}


h2 {
font-family: Verdana, Arial, Helvetica;
font-size: 20px;
color: #000000;
font-weight: 650
}

h3 {
font-family: Verdana, Arial, Helvetica;
font-size: 16px;
color: #000000;
font-weight: 650
}

h4 {
font-family: Verdana, Arial, Helvetica;
font-size: 14px;
color: #000000;
font-weight: 600
}

h5 {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
color: #000000;
font-weight: 500
}

h6 {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
color: #000000;
font-weight: 500
}

#pageborder{
	border: 3px solid #063078;
	width: 840px;
}

#main{
	top: 230px;
	position: absolute;
	height: 600px;
}
#maincontainer{
	width: 950px; /*Width of main container*/;
}

#topsection{
	height: 215px; /*Height of top section*/
}
#HeaderBar{
	height: 30px;
	background-image: url(images/headerbar.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-repeat: repeat-x;
	text-align: left;
	color: #000000;
}
#Navigation{
	height: 27px;
	background-image: url(images/up.gif);
	background-repeat: repeat-x;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
}
#contentcolumn{
	margin-right: 123px;
	margin-left: 128px;
	background-color: #FFFFFF;
}
#contentcolumn2{
margin-left: 0px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 80px; /*Width of left column in pixel*/;
	margin-left: -894px; /*Set margin to that of -(MainContainerWidth)*/;
	background-repeat: repeat-y;
	background-image: url('images/Bricks-left.jpg');
}
#rightcolumn{
	float: left;
	width: 80px; /*Width of right column*/;
	margin-left: -123px; /*Set left margin to -(ContentColumnRightMarginWidth)*/;
	background-image: url('images/Bricks-right.jpg');
	background-repeat: repeat-y;
}
#ListingContainer{
	padding: 2px;
	border: 0px none #990033;
	width: 100%; /*Width of main container*/;
	margin: 0 auto;
	background-color: #FFffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 265px;
}
#ListingHeading{
	background: #E687FA;
	font-weight: bold;
	border-top-style: none;
	border-bottom-color: #EB038C;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #FFFFFF;
}
#ListingLogo{
	background: #FFFFFF;
	position: relative;
	width: 200px;
	height: 200px;
	float: right;
	top: 3px;
}


#SEOblock{
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 140px;
}
#block2{
	background-position: center center;
	width: 160px;
	background-image: url('images/block2.jpg');
	background-repeat: no-repeat;
	height: 100px;
}
#block3{
	background-position: center center;
	width: 160px;
	background-image: url('images/block3.gif');
	background-repeat: no-repeat;
	height: 100px;
}
#blocktext{
	padding: 17px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}
#bigblock{
	padding: 29px 28px 17px 21px;
	background-image: url('images/blockbig.jpg');
	background-repeat: no-repeat;
	width: 176px /*Width of blockbig.gif -45 for l and r padding*/;
	height: 164px /*height of blockbig.gif -41 for t and b padding*/;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #373859;
	font-size: 13px;
}
 
#footer{
	clear: left;
	width: 950px;
	color: #000000;
	text-align: center;
	background-image: url('images/bottom.jpg');
	background-repeat: repeat;
	height: 60px;
	position: absolute;
	top: 600px;
}

#footer2{
	clear: left;
	width: 950px;
	color: #000000;
	text-align: center;
	background-image: url('images/bottom.jpg');
	background-repeat: repeat;
	height: 35px;
}

#footer a{
color: #000000;
}
#bar{
	height: 2px;
	background-color: #063078;
	line-height: 2px;
}


.innertube{
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

a:link {
color: #000000;
text-decoration: underline;
font-weight: 600
}

a:visited {
color: #000000;
font-weight: 600
}

a:hover {

text-decoration: none;

font-weight: 600

}

.right {
	text-align: right;
}