@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	}

html {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height:1.3;
	color:#ffffff;
}

body {
	font-size:101%;
	background-color:#000000;
}

#topmenu {
	text-align:right;
	background-image:url(images/bg_menu.jpg);
	background-repeat:no-repeat;
	width:838px;
	height:38px;
    margin-left:auto;
    margin-right:auto;
}
#index {
	background-image:url(images/bg_flash.jpg);
	background-repeat:no-repeat;
	width:838px;
	height:546px;
    margin-left:auto;
    margin-right:auto;
}
#footer {
	height:40px;
    margin-left:auto;
    margin-right:auto;
}
#header {
	background-image:url(images/bg_header.jpg);
	background-repeat:no-repeat;
	width:838px;
	height:111px;
    margin-left:auto;
    margin-right:auto;
}
#faq {
	background-image:url(images/bg_faq.gif);
	background-repeat:no-repeat;
	background-color:#143b50;
	color:#ffffff;
        margin-left:auto;
        margin-right:auto;
	padding:20px;
	width:769px;
}
h1 {
	color: #a32424;
}

a:link, a:visited {
	color:#79adc9;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
.menu {
	padding-top:10px;
	padding-right:40px;

}
.menulink {
    margin-left:15px;
}
#address {
	background-image:url(images/bot_flash.jpg);
	background-repeat:no-repeat;
    height:35px;
    width:769px;
    margin-left:auto;
    margin-right:auto;
    
}
.contactinfo {	
	padding:0px;
	color:#a32424;
	margin-left:42px;
	margin-top:10px;
}
.division {
	color:#143b50;
}

h2 {
	color:#a32424;
	font-size:2.4em;
	font-weight:normal;
}

p { 	
	padding-top:10px;
}
