@charset "UTF-8";
/* CSS Document */

body {
	background-color:	rgb(255,255,255);
	padding: 0 0 0 0;
	margin:	0 0 0 0;
	font-family: "Perpetua", Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

.breadcrumb {
	font-size: 1.5em;
	font-weight: normal;
	color: rgb(50,59,59);
}

.breadcrumb a {	
	color: rgb(50,59,59);
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: rgb(28,41,41);
	text-decoration: none;
}

#wrapper {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	background-color: rgb(28,41,41);
	height:	100px;
	width:	1024px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: rgb(50,59,59);
	margin-top: 15px;
}

#header img
{
	border: none;
}

#color_wheel {
	position: relative;
	height:	5px;
	width: 1024px;
	background-image: url(../img/color_wheel.png);
	margin-top: 1px;
	margin-bottom: 1px;
}

#content {
	position: relative;
	width: 924px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
}

ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#content div
{
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: rgb(204,204,204);
	height: 190px;
	border: solid 10px;
	border-color: rgb(255,255,255);	
	color: rgb(28,41,41);
}

#content div:hover
{
	color: rgb(255,255,255);
	border-color: rgb(28,41,41);
	background-color: rgb(50,59,59);
}

#content a
{
	text-decoration:none;
}

.title
{
	font-size: 1.5em;
	float: left;
	margin-top: 160px;
	margin-left: 10px;
}

.year
{
	color: rgb(255,255,255);
	font-size: 1.125em;
	float: right;
	margin-top: 165px;
	margin-right: 10px;
}

#waveliga {
	float: left;	
	left: 20px;
	width: 400px;
	background-image: url(../img/waveliga.png);

}

#vob {
	float: right;
	right: 20px;
	width: 400px;
	background-image: url(../img/vob.png);
}

#nff {
	float: left;
	top: 30px;
	left: 20px;
	width: 400px;
	background-image: url(../img/nff.png);
}

#about {
	float: right;
	top: 30px;
	right: 20px;
	width: 185px;
	background-image: url(../img/about.png);
}


#thesis {
	float: right;
	top: 30px;
	right: 30px;
	width: 185px;
	background-image: url(../img/thesis.png);
}


#footer {
	position: relative;
	background-color: rgb(28,41,41);
	height: 50px;
	width: 1024px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: rgb(50,59,59);
	margin-bottom: 15px;
	font-size: 1.313em;
	color: rgb(255,255,255);
}

#mynameise
{
	position: relative;
	height: 30px;
	width: 166px;
	margin-top: -14px;
	margin-left: auto;
	margin-right: auto;
	left: 5px;
}

#email
{
	position: relative;
	top: 14px;
	left: 15px;
	width: 200px;
}

#phone
{
	position: relative;
	top: -25px;
	left: 874px;
	width: 200px;
}

.at_sign
{
	font-size: 0.672em;
}

#cc
{
	color: rgb(150,159,159);
	font-size: 0.8em;
	text-align: center;
}

#cc img
{
	border: none;
}

#cc a
{
	color: rgb(50,59,59);
	text-decoration: underline;
}

#cc a:hover
{
	text-decoration: none;
}

#preload { 
	width: 0px; 
	height: 0px; 
	display: inline; 
	background-image: url(../img/waveliga_over.png);
	background-image: url(../img/vob_over.png); 
	background-image: url(../img/nff_over.png); 
	background-image: url(../img/about_over.png); 
	background-image: url(../img/thesis_over.png); 
} 

