
/* --- EGI Homepage styles --- */
/* created by: Young Lee / Nautilus Project Group, June 2010 */
/* last modified: */

body {
	margin:0; padding:0;
	background:#000000  ;
}
div {text-align:left; margin:0; padding:0;}

# style type="text/css"

.class1 A:link {text-decoration: none;	color: #blue;}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {color: #FFFF00; background-color: #0099FF;}


.class2 A:link {text-decoration: none; color: #666666;}
.class2 A:visited {text-decoration: none; color: #666666;}
.class2 A:active {text-decoration: none}
.class2 A:hover {color: #FFFF00; background-color: #0099FF;}

.class3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c7362;
	text-decoration: none;
}
.class3 A:link {text-decoration: none; color: #7c7362;}
.class3 A:visited {text-decoration: none; color: #7c7362;}
.class3 A:active {text-decoration: none}
.class3 A:hover {color: #FFFF00; background-color: #0099FF;}

.class4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26446b;
	text-decoration: none;
}

/* ---------------------------------------------- */
/* Main Layout */
#wrapper     {
	position:relative;
	width:1000px;
	background: top center repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#header      {
	position:relative;
	width:1000px;
	height:130px;
	margin:0px;
	background-image: url(image/index/topline_ptrn.gif);
}

#mainContent {
	position:relative;
	width:1000px;
	margin:0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#menu      {
	position:relative;
	width:120px;
	height:200px;
	margin:0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	float:left;
}
#gallery      {
	position:relative;
	width:420px;
	margin:0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	float:left;
}
#content      {
	position:relative;
	width:460px;
	margin:0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	float:left;
}
#footer      {
	width:1000px;
	height:60px;
	float: left;
	background-image: url(image/index/footer_line.gif);
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* ---------------------------------------------- */

