#header {
height:60px;
width:100%;
background-image:url(/images/bg-header.jpg);
background-position:top;
background-repeat:repeat-x;
}
#menutop {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 93px;
	border-bottom: 1px solid #000;
	text-align: left;
	position: relative;
	min-width: 500px;
}
#menutop img {
	margin: 0;
	padding: 0;
	border: 0;
	float:left;
}
#menutop #menutext {
        position: absolute;
        bottom: 5px;
        left: 150px;
        font-size: 12pt;
}
#menutop #menutext a {
        margin-right: 12px;
}
#disabled {
	padding: 10px;
	background: #a00;	
	border-style:solid;
	border-width: 10px;
	border-color: yellow;
	color: #fff;
	text-align: left;
}
#disabled h2 {
	text-align: center;
}
#disabled a:link {
        text-decoration: underline;
        color: #fff;
}
#disabled a:visited {
        text-decoration: underline;
        color: #fff;
}
#disabled a:hover {
        text-decoration: underline;
        color: #faa;
}
#main {
	margin: 5px;
	padding: 0;
	text-align: left;
}
#main #ads {
	float: right;
	padding: 5px;
}
#main ul {
	list-style-type: square;
}
#main #smallink {
	font-size: 8pt;
	padding-left: 5px;
}
#main #note {
	font-size: 10pt;
	font-style: italic;
}
#main blockquote {
	font-family: serif;
	font-size: 12pt;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#frontpagecontainer {
	margin-bottom: -190px;
	width: 1px;
	height: 50%;
	float: left;
	background: #fff;
}
#frontpage {
	position: relative;
	text-align: left;
	height: 380px;
	width: 406px;
	background: #fff;
	margin: 0 auto;
	clear: left;
}
#frontpage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#frontpage form {
	padding: 0;
	margin: 0;
}
#frontpage #urlcount {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 0px;
	margin: 0px;
}
#frontpage #trailer {
        padding-top: 0px;
        text-align: center;
        padding-bottom: 0px;
        margin: 0px;
}
#frontpage #hosting {
	padding-top: 10px;
	text-align: center;
	font-size: 8pt;	
}
#frontpage #menutext {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	text-align: center;
}
#frontpage #menutext a {
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
#footer {
	font-size: 10px;
}
#footer a:link {
	text-decoration: none;
}
input.textbox {
	width: 400px;
	font-size: 14px;
	font-family: verdana, serif;
}
input.tb {
	font-family: verdana, serif;
}
input.button {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	font-size: 16px;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background: #fff;
	text-align: center;
	min-width: 400px;
}
body hr {
        border-top: 1px dashed #b70900;
        border-bottom: 1px dashed #b70900;
        height: 2px;
        width: 100%;
	clear: both;
}
body a:link {
        text-decoration: underline;
        color: #b70900;
}
body a:visited {
        text-decoration: underline;
        color: #b70900;
}
body a:hover {
        text-decoration: underline;
        color: #ff0000;
}
.topBox {
	border-bottom: 1px solid #ffb340;
	background-color: #fafaa0;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	text-align: center;
}

.topRight {
	position: absolute;
	right: 0;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
}

.topLeft {
	position: absolute;
	left: 0;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	left: 0;
}