body {
	background-color: #939393;
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #222222;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #b5111a;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #b5111a;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #b5111a;
}
p {	
	font-size: 12px;
	line-height: 150%;
	
}

img {
	border: 0px;
}

a:link {
	color: #b5111a;
	text-decoration: underline;
}
a:visited {
	color: #b5111a;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #8e0e15;
}
a:active {
	color: #8e0e15;
}

#shadows {
	width: 1003px;
	background-image:url(../img/top_right.jpg);
	background-repeat: no-repeat;
	background-position:top right;
	margin: 0px auto;
}
#shadow {
	width: 1003px;
	background-image:url(../img/shadow.jpg);
	background-position:right;
	background-repeat:repeat-y;
	margin: 0px auto;
}
#page {
	width: 981px;
	margin: 0px auto;
	border: 1px solid white;
	background-color: white;
	text-align: left;
}
#header {
	width: 981px;
	height:106px;
	background-image: url(../img/header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#header_img {
	width: 981px;
	height: 220px;
	background-color: #CCCCCC;
}
#content {
	width: 981px;
	background-image:url(../img/contentbg.jpg);
}
#content2 {
	width: 981px;
	background-image:url(../img/contentbg2.jpg);
}
#navigation {
	width: 223px;
	float:left;
	background-color: #f2f2f2;
}
#textarea {
	width: 485px;
	padding: 20px;
	padding-left: 30px;
	float:left;
}
#textarea2 {
	background-color:#FFF;
	width: 708px;
	padding: 20px;
	padding-left: 30px;
	float: right;
}
#right_bar {
	width: 223px;
	float:left;
	color: #565656;
}
#right_bar h2, #right_bar h3, #right_bar p{
	padding-left: 20px;
	padding-right: 20px;
}
.contact {
	height: 96px;
	color: white;
	font-size: 11px;
}
#footer {
	width: 981px;
	height: 96px;
	background-image:url(../img/footer.jpg);
}
#footer2 {
	width: 981px;
	height: 96px;
	background-image:url(../img/footer2.jpg);
}
#footer_shadow {
	width: 1003px;
	height: 20px;
	background-image:url(../img/bottom_shadow.jpg);
	background-position:top;
	background-repeat: no-repeat;
	margin: 0px auto;
	
}
.madeby {
	line-height: 25px;
	font-size: 11px;
}	




#navigation ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navigation a
{
display: block;
margin: 5px;
line-height: 35px;
padding-left: 37px;
width: 155px;
height: 35px;
background:url(../img/navibg.jpg) 0 -35px;
}
#navigation a:link, #navlist a:visited
{
color: #333;
text-decoration: none;
}

#navigation a:hover, #navigation li.current a.current{
background: url(../img/navibg.jpg) 0 0px;
font-weight:bold;
color: #333;
}

#navigation li ul *	, #navigation li ul * :hover{
	background:none;
}


.left_top {
	width: 11px;
	height: 11px;
	background-image:url(../img/left_top.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.top {
	height: 11px;
	background-image:url(../img/top.jpg);
	background-position: bottom;
	background-repeat: repeat-x;

}
.right_top {
	width: 11px;
	height: 11px;
	background-image:url(../img/right_top.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;

}

.left{
	width: 11px;
	background-image:url(../img/left.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.center {
	padding: 5px;
	background-color: white;
	text-align: center;
}
.right {
	width: 11px;
	background-image:url(../img/right.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.left_bottom {
	width: 11px;
	height: 11px;
	background-image:url(../img/left_bottom.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.bottom {
	height: 11px;
	background-image:url(../img/bottom.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.right_bottom {
	width: 11px;
	height: 11px;
	background-image:url(../img/right_bottom.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.copyrlink, .copyrlink:visited, .copyrlink:active{
	color: #222;
	text-decoration: none;
}

