*
{
	font-family: arial, helvetica;
	font-size: small;
	color: #000;
}

body
{
	background: rgb(255,250,250) url('./img/background.gif') repeat-x;
	padding: 0;
	margin: 20px 0;
}

div
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table
{
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin: 0;
}

th, td
{
    vertical-align: top;
	padding: 0;
	margin: 0;
}

h1
{
	font-size: 16px;
	color: rgb(164,0,29);
	border-bottom: 1px solid rgb(51,51,51);
	text-transform: capitalize;
}

img
{
	border: none;
}

a
{
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

a img
{
	border: 1px solid #666;
}

a img:hover
{
	border: 1px solid #000;
}

.left
{
	background: #fff url('./img/left.png') repeat-y;
	width: 12px;
}

.right
{
	background: #fff url('./img/right.png') repeat-y;
	width: 12px;
}

#header
{
	width: 90%;
	margin-top: 5px;
}

#header table td.header_tl
{
	background-image: url('./img/header_tl.png');
	width: 12px;
	height: 26px;
}

#header table td.header_tr
{
	background-image: url('./img/header_tr.png');
	width: 12px;
	height: 26px;
}

#header .top
{
	background:  url('./img/header_tc.png') repeat-x;
	height: 26px;
}

#header .left
{
	background: rgb(51,51,51) url('./img/left.png') repeat-y;
	width: 12px;
}

#header .center
{
	background: rgb(51,51,51) url('./img/header.jpg') right bottom no-repeat;
	vertical-align: bottom;
	text-align: right;
	height: 117px;
}

#header .center img
{
	margin-bottom: 22px;
}

#header .right
{
	background: #fff url('./img/right_border.png') repeat-y;
	width: 12px;
}

#main
{
	background: #fff;
	width: 90%;
	text-align: left;
}

#menu_2
{
	width: 200px;
	text-align: left;
}

#menu_2 a
{
	font-size: 13px;
	text-transform: capitalize;
	color: rgb(164,0,29);
}

#menu_2 a:hover
{
	color: rgb(82,0,15);
}

#menu_2 ul
{
	margin-top: 0px;
}

#content
{
	padding: 0 12px;
}

#menu_3
{
	text-align: center;
	text-transform: capitalize;
	width: 224px;
}

#menu_3 td
{
	background: url('./img/td_bg.gif');
}

#footer
{
	width: 90%;
}

#footer .left
{
	background: rgb(51,51,51) url('./img/left.png') repeat-y;
	width: 12px;
}

#footer .center
{
	background: rgb(51,51,51);
	height: 64px;
}

#footer .right
{
	background: #fff url('./img/right_border.png') repeat-y;
	width: 12px;
}

.footer_bl
{
	background-image: url('./img/footer_bl.png');
	width: 12px;
	height: 26px;
}

#footer .bottom
{
	background: url('./img/bottom.png') repeat-x;
	height: 26px;
	text-align: center;
	color: #969696;
	font-size: 11px;
}

#footer .bottom a
{
	font-size: 11px;
}

.footer_br
{
	background-image: url('./img/footer_br.png');
	width: 12px;
	height: 26px;
}


