@charset "utf-8";
/* core css document for wegcc organisation,
prepared by lema Jr., digital-i. Design Company */

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #EAEAEA;
	scrollbar-base-color: #EAEAEA;
}
#wrapper {
	width: 760px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 0%;
}
#nav {
	width: 760px;
	height: 60px;
	margin-bottom: 10px;
	background: url(images/navback.gif) top center no-repeat;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav ul li {
	float: left;
	margin-left: 4px;
}
#nav ul li a {
	display: block;
	padding-top: 25px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 5px;
}
#nav a:link {
	color: #858585;
	font-weight: normal;
	text-decoration: none;
}
#nav a:visited {
	color: #858585;
	font-weight: normal;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background: url(images/green_arrow_down.gif) no-repeat center 26%;
}
#nav a:active {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background: url(images/green_arrow_down.gif) center 36% no-repeat;
}
#home .home a,
#about .about a,
#projects .projects a,
#photos .photos a,
#contacts .contacts a,
#links .links a {
	color: #000000;
	cursor: default;
	font-weight: normal;
	text-decoration: none;
	background: url(images/gray_arrow_down.gif) center 26% no-repeat;
}
#banner {
	width: 740px;
	height: 140px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: right;
	border: 1px solid #999999;
	background: url(images/wegcc_logo.jpg) left center no-repeat;
}
#minor {
	width: 720px;
	height: 20px;
	float: left;
	font-size: x-small;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/minorback.gif) center top no-repeat;
}
#minor a:link {
	color: #3366CC;
	text-decoration: none;
}
#minor a:visited {
	color: #3366CC;
	text-decoration: none;
}
#minor a:hover, a:active {
	color: #3366CC;
	text-decoration: underline;
}
#contents {
	width: 720px;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: justify;
	background: url(images/contback.gif) center repeat-y;
}
#contents a:link {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
#contents a:visited {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
#contents a:hover, a:active {
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}
#contents img {
	float: right;
	padding: 0px 0px 0px 15px;
}
#contents ul {
	padding: 0px;
	margin: 0px;
	font-size: x-small;
	list-style: none;
}
#contents ul li {
	display: block;
	width: 220px;
	height: 200px;
	float: left;
	margin-left: 8px;
	text-align: left;
	margin-right: 7px;
	margin-bottom: 14px;
	background: url(images/cont_li_back.gif) center center no-repeat;
}
#contents ul li p {
	padding-left: 10px;
	padding-right: 10px;
}
#contents ul li img {
	padding: 0px 0px 8px 0px;
}
#contents ul a:link {
	color: #006600;
	font-weight: normal;
	text-decoration: none;
}
#contents ul a:visited {
	color: #0066FF;
	font-weight: normal;
	text-decoration: none;
}
#contents ul a:hover, a:active {
	color: #0066FF;
	font-weight: normal;
	text-decoration: underline;
}
#footer {
	width: 760px;
	height: 33px;
	float: left;
	text-align: center;
	padding-top: 7px;
	border-top: 1px solid #999999;
	background: url(images/footback.gif) center bottom no-repeat;
}
#footer a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover, a:active {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
