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

body {
	background-color:#000000;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
}
* {
	margin:0 0;
	padding:0 0;
}

.red {
	color:#F00;
}

h1, h2, h3, h4, a, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0;
	padding:0 0;
	color: #FFFFFF;
}
p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin:0 0;
	padding:0 0;
	color: #dadada;
	font-size: 1em;
}
h1 {
	font-size:1.8em;
}
a {
	text-decoration:none;
	color:#0172b8;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	width:1024px;
	margin:auto;
	padding:0px;
	position:relative;
}
#top_head {
	height:124px;
	width:1007px;
	padding-left: -53px;
	margin-left: 0px!important;
	margin-left: 3px;
	background:url(../images/header.png);
	background-repeat: no-repeat;
}
#content {
	background:url(../images/content.png)!important;
	background:url(../images/content_ie6.png);	
	background-repeat: no-repeat;
	margin-left: 0px!important;
	margin-left: 3px;
	height:630px;
	width: 1024px;
}
#contentlong {
	background:url(../images/content.png)!important;
	background:url(../images/content_ie6.png);		
	background-repeat:  no-repeat;
	margin-left: 0px!important;
	margin-left: 3px;	
	height:1500px;
	width: 1024px;
}

#contentcontact {
	background:url(../images/content.png)!important;
	background:url(../images/content_ie6.png);	
	background-repeat: no-repeat;
	margin-left: 0px!important;
	margin-left: 3px;
	height:400px;
	width: 1024px;
}

.rightimagewomen {
	position:absolute;
	top:421px;
	left:690px;
}

.rightimagewomencontact {
	position:absolute;
	top:194px;
	left:690px;
}

.rightcrown {
	position:absolute;
	top:667px;
	left:401px;
}

.rightimage {
	float: right;
	padding-right: 110px;
}
.right {
	float: right;
}
.leftimage {
	float: left;
	padding-right: 10px;
}
.imageborder {
	padding: 1px;
	border: #474747 1px solid;
}
/*-------------------------------------- Column --------------------------------------*/

#rightcolumn, #rightcolumnwide {
	width:770px;
	float:right;
	margin-right:5px;
	margin-top:20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #dadada;
}
#rightcolumn table, #rightcolumnwide table {
	font-size: 0.8em;
}
#rightcolumn p {
	font-size:0.8em;
	padding-bottom: 10px;
	padding-right: 300px;
}
#rightcolumnwide p {
	font-size:0.8em;
	padding-bottom: 10px;
	padding-right: 80px;
}
#rightcolumn ul, #rightcolumnwide ul {
	margin-left: 30px;
}
#rightcolumn ol, #rightcolumnwide ol {
	margin-left: 30px;
}
#rightcolumn ol li, #rightcolumnwide ol li {
	line-height: 13px;
}
#rightcolumn h1, #rightcolumnwide h1 {
	color: #FFFFFF;
	font-size:1.1em;
	margin-bottom:10px;
	margin-left:0px;
}
#rightcolumn h2, #rightcolumnwide h2 {
	color: #FFFFFF;
	font-size:1em;
	padding: 10px;
}
#rightcolumn a, #rightcolumnwide a {
	color: #d19aca;
}
#leftcolumn {
	margin-left:65px;
	margin-bottom: 20px;
	padding-top: 20px;
	width:150px;
}
#leftcolumn p {
	padding: 5px;
	font-size:0.8em;
}
#leftcolumn h1 {
	color: #FFFFFF;
	font-size:1.1em;
	margin-bottom:5px;
	margin-left: 5px;
}
#leftcolumn a {
	color: #d19aca;
}
#leftcolumn ul {
	margin-left: 20px;
}
/*-------------------------------------- Footer --------------------------------------*/

#footer {
	height:136px;
	width:1001px;
	background:url(../images/footer.png)!important;
	background:url(../images/footer_ie6.png);	
	margin-left: 0px!important;
	margin-left: 1px;		
	background-repeat:no-repeat;

}
#footer_text {
	padding-left: 330px;
	padding-top: 40px;
	width: 500px;
	font-size:0.7em;
	color: #666666;
}
#footer_text a, #footer_text p {
	color:#666666;
}
#footer_text a:hover {
	color: #ffffff;
	text-decoration:none;
}
/*-------------------------------------- Menu --------------------------------------*/

#nav {
	height:26px;
	margin-left:50px!important;
	margin-left:30px;
	margin-top:94px;
	float:left;
	list-style-type:none;
}
#nav li {
	text-align:center;
	height:26px;
	width:62px;
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0 10px 0 10px;
	border-right: #000000 1px solid;
}
#nav li a {
	font-size:0.8em;
	margin-top: 3px;
	color:#000000;
	display:block;
	padding:0px;
}
#nav li.act, #nav li.over, #nav li:hover {
	background:url(../images/tabs.png) top center no-repeat;
}
#nav li strong, ul#nav li.act a, ul#nav li.over a, ul#nav li:hover a {
	display:block;
	color:#000;
	padding:0 0px 0 0;
	text-decoration:none;
	background:url(../images/tabs.png) top left no-repeat;
}
