/* @group General Styles */

body {
	color: #666666;
	font-size: 14px;
	line-height: 1.4;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

a:link, a:visited {
	text-decoration: none;
	color: #ff96e0;
}

a:hover, a:active {
	text-decoration: none;
	color: #666666;	
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

.numeric {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff96e0;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* @end */

/* @group Layout */

#container {
	font-size: 12px;
	width: 100%;
	background-color: #ffffff;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#navercontainer {
	width: 670px;
	background-color: #ffffff;
	margin: auto;
}
.clearer {
	clear: both;
}

#contentContainer {
	height: 400px;
	background-image:url(images/enter_back2.jpg);
}

#contentContainer #content {
	padding: 0px;
}


#navcontainer {
	margin-top: 0px;
	height: 42px;
	margin-right: auto;
	margin-left: auto;
}

#navcontainer #current {
	color: #ed3796;
	font-weight: bold;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	margin-top: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer li {
	display: block;
	float: left;
}

#navcontainer a {
	display: block;
	color: #999999;
	font-size: 14px;
	text-decoration: none;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#navcontainer a:hover {
	background-color: #ffffff; 
	color: #ff96e0;
}


#navcontainer a:active {
}

#footer {
	font-size: 10px;
	text-align: center;
	background-color: #fff8e0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 20px;
}

