/* Overall Layout */

body {
	margin: 0px;
	background-color: #535353;
}
#frame {
	width: 650px;
	height: 100%;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image:  url(../images/header.jpg);
	height: 120px;
	margin-bottom: 0px;
	border-right: 1px solid #737373;
	border-left: 1px solid #737373;
}
#mid {
	width: 650px;
	height: auto;
	background-color: #737373;
	background-image: url(../images/midbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#statcounter {
	visibility: hidden;
	display: none;
}
#rightimg {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	float: right;
}

/* Menu */

#menu {
	background-image:  url(../images/menu.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #737373;
}
#menu td {
	width: 130px;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #737373;
	border-left: 1px solid #737373;
}
#menu td a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 22px;
	font-weight: normal;
}
#menu td a:hover {
	color: #330033;
	background-image:  url(../images/menu_down.jpg);
	background-repeat: repeat-x;
}

/* General Content Rules */
#menu, #left, #right, #footer {
	font-family: Verdana, Geneva, Helvetica, Arial;
}

#left p, #right p, #left li, #right li {
	font-size: 11px;
	line-height: 16px;
	color: #fffff;
}
#left p a, #right p a, #left li a, #right li a {
	color: #ffffff;
	text-decoration: none;
}
#left p a:hover, #right p a:hover, #left li a:hover, #right li a:hover {
	color: #fffffff;
	text-decoration: underline;
}
#left p a:visited, #right p a:visited, #left li a:visited, #right li a:visited {
	color: #fffffff;
	text-decoration: none;
}
#left strong, #right strong {
	font-weight: bold;
	color: #ffffff;
}

/* Left 'Content' Section */

#left {
	width: 69%;
	float: left;
	text-align: justify;
}
#left p, #left h1, #left h2 {
	margin: 12px;
	color: #ffffff;
}
#left h1 {
	font-size: 13px;
	color: #00ff00;
}
#left h2 {
	font-size: 13px;
	color: #ffffff;
}
#imgleft {
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}
#submenu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	color: #ffffff;
	padding-bottom: 2px;
}
#submenu a {
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
#submenu a:hover {
	color: #663366;
	text-decoration: underline;
}

/* Right Extra Panel */

#right {
	float: right;
	width: 30%;
	text-align: justify;
	
}

#right p, #right h1, #right h2, #right h3 {
	margin: 10px;
	color: #ffffff;
}
#right h1, #right h2, #right h3 {
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	color: #000000;
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: normal;
	border: 1px solid #000000;
}
#right h1 {
	background-image:  url(../images/h1bg.gif);
}
#right h2 {
	background-image:  url(../images/h2bg.gif);
}
#right h3 {
	background-image:  url(../images/h3bg.gif);
}
#right ul {
	margin-right: 8px;
	margin-left: 8px;
	padding-left: 15px;
}
#right li {
	list-style-image:  url(../images/bullet.gif);
}

/* Footer */

#footer {
	background-color: #737373;
	border-right: 1px solid #737373;
	border-left: 1px solid #737373;
}
#footer table {
	width: 650px;
}
#footer td {
	vertical-align: middle;
	height: 50px;
}
#footer p {
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 12px;
	line-height: 15px;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p a:hover {
	color: #663366;
	text-decoration: none;
}
#supersonic img {
	margin-right: 12px;
}#left em {
	color: #000000;
}
