/*structure*/

body {
	background-color:#774195;
	margin: 0; padding:0;
	font-family: 'Verdana', 'Arial', 'Helvetica';
	font-size:.75em;
	text-align:center;
}

#top {
	width:100%;
	margin: 0; padding:0;
	position:relative;
	height:150px;	
}

#middle {
	width:100%;
	margin: 0; padding:0;
	padding-bottom:20px;
	position:relative;
	background-color:#FFFFFF;
	
}

#homeMiddle {
	width:100%;
	margin: 0; padding:0;
	position:relative;
	background-color:#FFFFFF;
	
}

#bottom {
	width:100%;
	margin: 0; padding:0;
	position:relative;
}

#clear {
	width:100%;
	margin: 0; padding:0;
	position:relative;
	height:40px;
	background: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
}

/*menu*/

#menuWrap {
	width:100%;
	margin: 0; padding:0;
	height:40px;
	background: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
}

#menu {
	width:740px;
	margin:0 auto;
}

#menu ul {
	position:relative;
	float:right;
	top:-23px;
	*top:-10px;
	display:inline;
	list-style:none;
	height: 50px;
	overflow:hidden;
}

#menu ul li {
	display:inline;
	position:relative;
	float:left;
	padding: 20px 0px 0px 0px;
	height:30px;
	width:105px;
	top:10px;
	background-image: url(../images/button.png);
	background-repeat:no-repeat;
	background-position:top;
}

#menu ul li:hover {top:0px;}

#menu ul li a {text-decoration:none; color:#000000;}

#mainmenu {position:relative: float: right; margin-bottom:0; padding-left:0}

/*content*/

h1 {
	font-size:1.25em;
	color:#774195;
	
}

a img {border:none; outline:none;}

#mainGif {
	position:relative;
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	height:250px;
	
}

#mainWrap {
	position:relative;
	float:right:
	width: 500px;
	padding-bottom:50px;
}

#header {
	margin: 0 auto;
	padding-top:20px;
	width: 740px;
	height:150px;
	text-align: left;
}

.way {position:relative; float:right; *top:-130px;}

#main {
	margin: 0 auto;
	padding-top:10px;
	position:relative;
	width: 740px;
	text-align: left;
}

#footer {
	margin: 0 auto;
	position:relative;
	width: 740px;
	text-align: left;
}

#footer a {color:#FFFFFF}

#footer img {
	float:left;
}

#homeP {
	float:right;
	position:relative;
	text-align:right;
	width:300px;
	color: #FFFFFF;
	border-right: solid 1px #FFFFFF;
	padding-right:15px;
	top:70px;
}

#footP {
	float:right;
	position:relative;
	text-align:right;
	width:300px;
	color: #FFFFFF;
	padding-right:15px;
}
