html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

html { height:100%; 
}
	
body {
    font: 12px Tahoma;
	color:#000000;
	min-width:1000px;
	min-height:800px; 
	background: #ab3f79;
}

div, span, a, td, li, input, textarea {
	font-size:12px ;
	font-family: Tahoma;
	color: #000000;
	text-decoration:none;
}

h1 {	
	font-family:Arial;
	font-size:42px;
	padding:0;
	margin:0;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	width:100%
}

img {
	border: 0;
}


.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

a {
	color:#fff;
	text-decoration:none;
	outline:none;		
}

a:hover {
	text-decoration:underline; 	
	outline:none;	
}

.container {
	width:100%;
	margin:0 auto;
}

.content {
	width:100%;
	margin: 0 auto;
}


.footer {
	width:1000px;
	margin:0 auto;
}

.logo {
	padding: 5px 0 0 50px; 
	background:url(../img/logo.png) no-repeat;
	background-position:bottom center;
	width:305px;
	height:100px;	
	float:left;
}

.logo a {
	display:block;
	width:305px;
	height:100px;
}


.bottomMenu {
}

.bottomMenu, .bottomMenu a {
	color:#fff;
	font:12px Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:none;
	text-align:center;	
	text-transform:uppercase;
}

.bottomMenu a:hover {
	text-decoration:none; color:#c977a1;
}

#header {
	background:#fff;
	height:130px;
}

.headIn, .topMenuIn {margin:0 auto; width:1000px;}



#topMenu {
	background:url(../img/menu_bg.png) repeat-x;
	height:30px;
	padding:5px 0;
	text-align:center;
}

#topMenu a {
	line-height:20px;
	padding:0 25px;
	color:#fff;
	text-transform:uppercase;
	font:22px Verdana, Arial, Helvetica, sans-serif;
}

#topMenu a:hover, #topMenu a.activeMenu { text-decoration:none; color:#e888bc;}

.innerWraper {
	padding: 20px 50px;
	min-height:250px;
	background:url(../img/bg_main.jpg) no-repeat top center #ab3f79;
}

.infoBlock {
	float:left;
	width:838px;
	padding:5px 20px;
	border:solid 1px #257394;
	background:#fff;
	background-position:top;
}

.topMenu {
	list-style-type:none;
	display:inline;
}

.flash {padding-bottom:10px}


.logo_sm {
	text-align:center; 
	padding:200px 10px 0 10px; 
	margin:0
}


.linkz {
	font: bold 14px Tahoma;
	color:#6d6e71
}


.inTbl td {vertical-align:top}

.grhead {
	background:#25748d;
	height:50px;
	font:22px/50px Tahoma;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
}

.rightCol {
	paddind:20px 10px;
	text-align:center;
	font:11px/14px Arial;
	border-left:solid 1px #b8b8b8
}

.rightCol p {padding:0; margin:5px 0}

.rightCol a {color:#25748d; text-decoration:underline}
.rightCol a:hover {text-decoration:none}














