/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

a img {
	border: none;
}

/*HTML Styling*/
html {
	background-color: #8AD955;
}

body {
	min-width: 900px;
	font-size: 80%;
	color: white;
	position: relative !important;
	position: static;
	width: auto !important;
	width: 100%;
}

a, p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
}

p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
	letter-spacing: 0.4px;
}

div:after, #navigation ul:after {
	content: ".";
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	clear: both;
	display: block;
}

/*Layout*/
#header {
	height: 140px;
	width: 100%;
	background: url("images/header.gif") top left no-repeat white;
	border-bottom: 2px #8AD955 solid;
	color: #999999;
}

#content {
	margin-right: 360px !important;
	margin-right: 380px;
	float: left;
	clear: both;
	min-height: 500px;
	width: auto;
}

#website_information {
	background-color: #8AD955;
	width: 340px;
	position: absolute;
	clear: both;
	right: 0px;
	top: 142px;
	z-index: 300;
	padding: 10px;
}

#navigation {
	border: 1px solid white;
	background-color: #EFEFEF;
}

.page {
	background-color: white;
	color: #666666;
	padding: 20px;
	min-height: 420px;
}

#footer {
	margin: 0px;
	float: left;
	clear: both;
	width: 100%;
	background-color: #EFEFEF;
	color: #858585;
	text-align: center;
	border-top: 2px #8AD955 solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*Header*/
#header h1 {
	position: absolute;
	top: 20px;
	left: 0px;
	text-align: center;
	font-size: 290%;
}

#header h1 a {
	color: #8AD955;
	text-decoration: none;
}

#header h2 {
	bottom: 5px;
	text-align: left;
	left: 130px;
	position: absolute;
	font-size: 180%;
	font-weight: normal;
	letter-spacing: 1.2px;
}

/*Navigation*/
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 40px;
}

#navigation li {
	border-right: 1px white solid;
	border-bottom: 1px white solid;
	float: left;
	padding-right: 1px;
	margin-bottom: 1px;
	width: auto !important;
	width: 1px;
}

#navigation li a{
	display: block;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #E2E2E2;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #858585;
	text-decoration: none;
}

#navigation li a:hover{
	background-color: #EEEEEE;
}

/*Website information*/
#website_information h3 {
	font-size: 190%;
	padding-top: 10px;
}

/*Page*/
.page h3 {
	font-size: 180%;
}

.page h3 a {
	text-decoration: none;
	color: #666666;
}

.page h4 {
	font-size: 170%;
	padding-top: 20px;
}

#jquery_page h4 {
	color: #4C8AB2;
}

#jogl_page h4 {
	color: #F23918;
}

#computer_graphics_page h4 {
	color: #009966;
}

#design_page h4 {
	color: #4A2265;
}

.page .rss_link{
	position: absolute;
	right: 20px;
	margin-top: -1.4em;
	background: url("images/rss.gif") transparent center right no-repeat;
	padding-right: 20px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
}

.page .rss_link a{
	color: #CC6600;
	font-size: 70%;
	font-family: Tahoma;
	display: block;
	vertical-align: middle;
	line-height: 15px;
}

.page .project_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 10px;
}

.page .project_list li {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 10px;
}

.page .project_list h5 {
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 110%;
}

.page .project_list h5 a {
	color: #666666;
	text-decoration: none;
}

.page .project_list h5 a:hover {
	text-decoration: underline;
}

.page .project_list p {
	margin: 0px;
	padding: 0px;
}

.page .project_list .new_project {
	text-transform: uppercase;
	color: #990000;
}

.page ol {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
}

.page ol li {
	font-size: 90%;
	font-family: Arial;
	line-height: 1.4em;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*Footer*/
#footer p {
	font-family: Tahoma;
	text-transform: uppercase;
	display: inline;
	margin: 0px;
	margin-right: 40px;
	font-weight: bold;
}

#footer p a {
	font-family: Tahoma;
	color: #858585;
	font-weight: bold;
}

#footer #email_support {
	width: 300px;
	position: absolute;
	right: 10px;
	top: -3.4em;
	color: white;
	background-color: #8AD955;
	text-align: center;
	line-height: 1.3em;
}

#footer #email_support a {
	color: white;
	background-color: #8AD955;
}