/* CSS Document */

body, html {
margin:0px;
padding:0px;
background-image:url(../images/bg.gif);
}

#container {
margin-left: auto;
margin-right: auto;
width:900px;
background-image:url(../images/content_center_bg.jpg);
}

#header {
background-image:url(../images/header2.jpg);
height:255px;
}

#menu {
padding-left:58px;
padding-top:5px;
height:28px;
background-image:url(../images/menu_bg.gif);
}

a.button {	
	font-weight: bold;
	font-size: 13px; 
	font-family:Georgia, "Times New Roman", Times, serif;	
	border-right:1px #FF9900;
	border-right-style:inset;
	padding: 4px 30px 0px 28px;
	text-align: center;	
}

a.button:link { 
	color: #ffed9a;	
	text-decoration: none;	
}

a.button:visited {	
	color: #ffed9a;	
	text-decoration: none;	
}

a.button:hover { 
	color: #ffeb01;	
	border-color: black white white black;	
	text-decoration: none;	
}

a.button:active { 
	text-decoration: none;	
	color: #ffeb01;	
}
a.button2 {	
	font-weight: bold;
	font-size: 13px; 
	font-family:Georgia, "Times New Roman", Times, serif;	
	padding: 4px 17px;
	text-align: center;	
}

a.button2:link { 
	color: #ffed9a;	
	text-decoration: none;	
}

a.button2:visited {	
	color: #ffed9a;	
	text-decoration: none;	
}

a.button2:hover { 
	color: #ffeb01;	
	border-color: black white white black;	
	text-decoration: none;	
}

a.button2:active { 
	text-decoration: none;	
	color: #ffeb01;	
}

#content_left {
background-image:url(../images/content_left_bg.jpg);
background-repeat:repeat-y;
width:56px;
float:left;
}

#content_center {
padding: 10px 20px 10px 20px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

#content_center h1 {
color:#663333;
text-align:center;
}

#content_right {
background-image:url(../images/content_right_bg.jpg);
background-repeat:repeat-y right;
width:56px;
float:left;
}

#footer {
background-image:url(../images/footer.gif);
text-align:center;
height:109px;
clear:both;
}

a:link    {color: #663333; text-decoration: underline }
a:active  {color: #663333; text-decoration: underline }
a:visited {color: #663333; text-decoration: underline }
a:hover   {color: #ff0000; text-decoration: none }
