body {
	margin: 20px;
	text-align: center;
}

#wrapper {
	width:802px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	}

.box {
	width: 200px;
	float: left;
	text-align: left;
	margin-left: 15px;
	}
	
#banner {
	width: 800px;
	clear: left;
/*	background: #fff url(img/top_sevenrays.jpg) no-repeat; */
	height: 150px;
	margin-top: 20px;
}

/* navigation */

#navbar {
	width: 450px;
/*	text-align: right; */
	color: #000;
	font: 0.7em/1.2em Georgia, Arial, Geneva, sans-serif;
}

#nav {
	margin: 0;
	padding: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	text-align: center;
	font: bold 1em/1.3em, Helvetica, Arial, Geneva, sans-serif;
/*	text-transform: uppercase;*/
}

#nav ul li a.style1 {
	text-decoration: none;
	color: #555555;
}

#nav ul li a.style1:hover {
	color: #990099;
	text-decoration: none;
}

/* left part */

#left {
	width: 175px;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	color: #555555;
	font: 0.7em/1.2em Arial, Geneva, sans-serif;
}

#left strong {
	font: bold;
	color: #d84c72;
}

#left a {
	color: #d84c72;
}
#left a:hover {
	color: #b1003c;
}

#left h3 {
	color: #000;
	font: bold 1.3em/1.7em Georgia, Arial, Geneva, sans-serif;
}

#left img {
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 15px;
	width: 150px;
}

#left img.end {
	width: 150px;
	margin: 0 0 5px;
}

#left img.profile {
	width: 100px;
}

/* right part */

#right {
	width: 175px;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	color: #999;
}

#right strong {
	font: bold;
	color: #d84c72;
}

#right h3 {
	color: #999;
	font: bold 1.3em/1.5em Georgia, Arial, Geneva, sans-serif;
	margin-top: 100px;
	margin-left: 15px;
}

#right img {
	margin-bottom: 50px;
	width: 150px;
}

#right img.end {
	width: 150px;
	margin: 0 0 5px;
}


/* left - menu */

#menu {
	margin: 0;
	padding: 0;
}

#menu ul {
	margin: 0 0 15px;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	font: bold 1.1em/1.5em Georgia, Arial, Geneva, sans-serif;
/*	text-transform: uppercase;*/
	margin-right: 15px;
}

#menu ul li a.style1 {
	text-decoration: none;
	color: #949494;
}

#menu ul li a.style2 {
	text-decoration: none;
	color: #555555;
}

#menu ul li a.style3 {
	text-decoration: none;
	color: #747474;
}

#menu ul li a.style4 {
	text-decoration: none;
	color: #555;
}

#menu ul li a.style1:hover {
	color: #e24971;
	text-decoration: none;
}

#menu ul li a.style2:hover {
	color: #990099;
	text-decoration: none;
}

#menu ul li a.style3:hover {
	color: #e24971;
	text-decoration: none;
}

#menu ul li a.style4:hover {
	color: #e24971;
	text-decoration: none;
}

#menu ul li h1 {
	color: #660000;
	font: bold 1.4em Georgia, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	margin-right: 15px
}

/* main part */

#main {
	float: left;
	text-align: left;
	width: 450px;
	font: 0.9em/1.3em Georgia, Arial, Geneva, sans-serif;
	color: #000;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin-bottom: 15px;
}

#main strong {
	font-weight: bold;
}

#main p {
	padding: 0px 15px;
}

#main h2 {
	color: #000;
	font: bold 1.3em/1.5em Georgia, Arial, Geneva, sans-serif;
	padding: 15px;
	margin-top: 40px;
	}

#main h4 {
	color: #000000;
	font: italic normal 1em/1em Georgia, Arial, Geneva, sans-serif;
	text-align: right;
}

#main h4 em {
	color: #909090;
	font: italic 0.8em Georgia, Arial, Geneva, sans-serif;
}

.border_text {
	color: #d84c72;
	font: bold 1em/2em Georgia, Arial, Geneva, sans-serif;
	padding: 4px;
	border: 2px solid #d84c72;
	margin-top: 20px;
	margin-bottom: 20px;
}

.color_text {
	color: #d84c72;
	font: 1em/1.4em Georgia, Arial, Geneva, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}
.color_text strong {
	color: #d84c72;
	font: bold 1.1em Georgia, Arial, Geneva, sans-serif;
}

.gray_text {
	color: #b2b2b2;
	font: 1em/1.2em Georgia, Arial, Geneva, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* footer */

#footer {
	text-align: right;
	color: gray;
	font: 0.65em Geneva, Arial, Geneva, sans-serif;
	border-top: 1px solid #999;
	clear: both;
}



