html {	overflow: hidden;
	height: 99%;
	}
body {	background: #e32759 url('images/bg.gif') repeat;
	height: 99%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	text-align: center;
	}
* {	font-size: 8pt; 
	font-family: Tahoma, Verdana, sans-serif; 
	color: #aaaaaa;
	text-align: left;
	}
img {	border: 0px !important;}

/* containers */

#first_container {
	margin: 0 auto 0 auto; 
	display: table; 
	height: 100%;  
	position: relative; 
	overflow: hidden; 
	width: 660px;
	}
#second_container {
	position: absolute; 
	top: 50%;
	vertical-align: middle;
	width: 100%; 
	}
#third_container {
	position: relative; 
	top: -163px; 
	width: 660px;
	}

/* menu */

#menu {	height: 31px;
	padding-right: 9px;
	margin: 0px;
	list-style: none;   
	}
#menu li {	float: right;
	display: block;
	width: 82px;  height: 31px;  
	}
#menu a {	display: block;
	width: 82px;  height: 31px;  
	background-image: url('images/taba.png');
	text-decoration: none;
	line-height: 31px;
	text-align: center;
	}
#menu a:link, #menu a:visited {
	color: #cccccc; 
	background-color: none;
	}
#menu a:hover, #menu a:active {
	background-image: url('images/taba2.png');
	color: #e13768; 
	}
#menuselected {
	display: block;
	width: 82px;  height: 31px;  
	background-image: url('images/taba2.png');
	text-decoration: none;
	line-height: 31px;
	color: #cccccc;
	text-align: center;
	}

/* submenu */

#submenu {
	float: left;
	height: 31px;
	width: 300px;
	padding-left: 9px;
	margin: 0px;
	list-style: none;
	}
#submenu li {
	float: left;
	display: block;
	width: 82px;  height: 31px;  
	}
#submenu a {
	display: block;
	width: 82px;  height: 31px;  
	background-color: inherit;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	}
#submenu a:link, #submenu a:visited {
	color: #cccccc; 
	background-image: url('images/tabb.png');  
	}
#submenu a:hover, #submenu a:active {
	background-image: url('images/tabb2.png');
	color: #e13768; 
	}
#submenuselected {
	display: block;
	width: 82px;  height: 31px;  
	background-image: url('images/tabb2.png');
	text-decoration: none;
	line-height: 30px;
	color: #cccccc;
	text-align: center;
	}

/* other divs */

.border {	background-color: #b51941;
	padding: 10px 10px 10px 145px;
	height: 242px;
	background-image: url('images/back.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	}
#content {	height: 222px;
	overflow: auto;
	padding: 0px 10px 20px 15px;
	outline: none;
	}
.designinfo {
	margin: 2px 2px 0px 0px;
	text-align: right;
	color: #9d0e26;
	background-color: none;
	}
.designinfo a:link, .designinfo a:visited {
	color: #9d0e26;
	text-decoration: underline;
	}
.designinfo a:hover, .designinfo a:active {
	text-decoration: none;
	}

/* content */

#content h1 {
	margin: 20px 0px 12px 0px;
	padding: 0px;
	font-size: 16px;
	color: #f3f3f3;
	}
#content p {
	margin: 0px 0px 8px 0px;
	}
#content p a:link, #content p a:visited {
	color: #dddddd;
	text-decoration: underline;
	}
#content p a:hover, #content p a:active {
	color: #e13768;
	text-decoration: underline;
	}
#content blockquote {
	margin: 10px 15px 10px 15px;
	color: #777777;
	}
#content strong {
	font-weight: bold;
	color: #cacaca;
	}
#content ul {
	list-style-type: none;
	padding: 0px 0px 8px 10px;
	margin: 0px;
	}
#content ul li {
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	}
#content ul li a:link, #content ul li a:visited {
	color: #dddddd;
	text-decoration: underline;
	}
#content ul li a:hover, #content ul li a:active {
	color: #e13768;
	text-decoration: underline;
	}

/* contact form */

form {	margin: 12px 0px 10px 0px;
	}
label {
	display: block;
	float: left;
	width: 60px;
	margin:0;
	padding:0;
	}
input.identification {
	display: block;
	width: 380px;
	}
textarea {	width: 380px;
	height: 100px;
	}
input.submit {
	display: block;
	}
input.identification, textarea {
	color: #aaaaaa;
	background-color: #3a3a3a;
	border: 1px solid #565656;
	margin: 0px 0px 3px 0px;
	padding: 2px;
	}
input.identification:hover, input.identification:active, textarea:hover, textarea:active {
	background-color: #424242;
	border-color: #616161;
	}
input.submit {
	color: #dddddd;
	background-color: #3a3a3a;
	border: 1px solid #565656;
	padding: 2px;
	margin: 2px 0px 0px 60px;
	}
input.submit:hover, input.submit:active {
	background-color: #424242;
	border-color: #616161;
	}

/* scrollbar */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
	}
.vscrollerbar {
	width: 8px;
	background: #b51941;
	}
.vscrollerbarbeg {
	height: 0px !important;
	width: 16px;
	}
.vscrollerbarend {
	height: 0px;
	width: 16px;
	}
.vscrollerbase {
	width: 16px;
	background: #333333;
	}
.vscrollerbasebeg {
	width: 16px;
	height: 18px !important;
	background: url(images/scrolltop.jpg);
	}
.vscrollerbaseend {
	height: 18px;
	width: 16px;
	background: url(images/scrollbottom.jpg);
	}
.hscrollerbase {
	height: 16px;
	background-color: white;
	}
.hscrollerbar {
	height: 16px;
	background-color: black;
	}
.vscrollerbar, .hscrollerbar {
	padding: 18px;
	z-index: 2;
	}
.scrollerjogbox {
	width: 16px;
	height: 16px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background: #333333;
	}
