/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Helvetica", "Gill Sans", Arial, sans-serif;
	font-size: 100%;
	background-color: #E5E5E5;
	margin: 0;
}


img { border: 0; }

/*********************/
/* CONTAINER */
/*********************/

#container{
	width: 980px;
	height: 820px;
	margin: 0 auto;
	border-right: none;
	border-left: none;
	background-color: #FFFFFF;
	position: relative;
	
	
}

/*********************/
/* MAIN*/
/*********************/

#main3  {
	position: absolute;
	top: 344px;
	left: 93px;
	width: 805px;
	height: 479px;
	z-index: 9;
	}
	
		
/*********************/
/* Logo */
/*********************/

#logo {
	left:0px;
	top: 84px;
	position: absolute;
	height: 120px;
}


#name {
	left:143px;
	top: 40px;
	position: absolute;
	height: 23px;
	width: 212px;
}


.name {
	color: #660066;
	font-size: 17px;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: bold;
	letter-spacing: 5.5px
}


/*********************/
/* Text */
/*********************/

.HomeText {
	width: 740px;
	height: 180px;
	top: 552px;
	left: 135px;
	position: relative;
	padding-left: 10px;
	color: #777;
	font-size: 15px;
	font-family: "Helvetica", "Gill Sans", Arial, sans-serif;
	font-weight: normal;
	line-height: 20pt
}


	
/*********************/
/* NAV */
/*********************/


#nav_container
{
	position: absolute;
	width: 105px;
	height: 120px;
	top: 25px;
	left: 597px;
	
}

#nav_container2
{
	position: absolute;
	width: 165px;
	height: 120px;
	top: 25px;
	left: 711px;
}

.nav {
	list-style: none;
	font-size: 10px;
	line-height: 23px;
	letter-spacing: 2px;
}



.nav li {
	float: left;
	padding: 3px;
	text-align: left;
	
}

.nav a:hover {
	background:  #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.select {
	font-weight: bold;
	font-size: 10.5px;
	color: #660066;
	letter-spacing: 3px;
}




/*********************/
/* Page links*/
/*********************/


a:link {
	color: #888888;
	text-decoration: none;
}
a:visited {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #F57F20;
	font-weight: bold;
}
a:active {
	color: #F57F20;
	text-decoration: none;
}

.HomeText a:link {
	color: #809627;
	text-decoration: underline;
}


/*********************/
/* Detail*/
/*********************/

.p3  {
	font-family: "Helvetica", "Gill Sans", Arial, sans-serif;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin-top:20px;
	
}


/*********************/
/* Home Detail*/
/*********************/
