* {
	margin: 0;
	padding: 0;
}

body {
	background: #A1080D;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


h1, h2, h3 {
	color: #FFFFFF;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #2C5C89;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #2C5C89;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #2C5C89;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #2C5C89;
}

hr {
	display: none;
}

#main
{
background: url(images/back_all.gif) repeat-x;
}

/* Menu */

#menu td {
background-image:url(images/highlight.gif); 
background-repeat:repeat-x; 
height: 23px; 
width: 120px;
}

#menu td.large {
background-image:url(images/highlight_large.gif); 
background-repeat:repeat-x; 
height: 54px; 
width: 120px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 23px;
	width: 120px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 6px; 
	padding-left: 5px; 
    text-align: center;
	vertical-align: middle;
}

#menu a:hover {
    height: 23px;
	color: #F5F3C1;
	background: url(images/buttons_r.gif) repeat-x;
}

#menu a.large:hover {
    height: 54px;
	color: #F5F3C1;
	background: url(images/buttons_r.gif) repeat; 
}

/* Sub Menu */

#sub_menu td {
background-image:url(images/highlight_sub.gif); 
background-repeat:repeat-x; 
height: 23px; 
width: 120px;
}


#sub_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sub_menu li {
	float: left;
}

#sub_menu a {
	display: block;
	float: left;
	height: 23px;
	width: 120px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 6px; 
/*	padding-left: 5px; */
    text-align: center;
}

#sub_menu a:hover {
    height: 23px;
	color: #F5F3C1;
	background: url(images/buttons_r.gif) repeat-x;
}

/* Logo */

#logo {
	width: 770px;
	height: 115px;
	margin: 0 auto;
	background-image:url(images/roarhouse.jpg);
	background-position:right;
	background-repeat:no-repeat;
}


#logo h1 {
	padding-top: 40px;
	color: #ffffff;
	font-size: 24px;
}

#logo h2 {
	color: #ffffff;
	font-style: italic;
	font-size: 14px;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}