/* - - - - - - - - - - - - - - - - - - - - -

Title : Portfolio Stylesheet
Author : Arjen Scherff
URL : http://www.aratramba.nl
Description : BASE Screen CSS

- - - - - - - - - - - - - - - - - - - - - */

body, html{
	margin: 0;
	padding: 0;
}

body{
	font: 62.5% Georgia, Garamond, "Times New Roman", serif;
	background: #58DAFD url(../img/main_background.gif);
	color: white;
}


.cnt{
	text-align: center;
}
.innercnt{
	width: 960px;
	margin: 0 auto;
	position: relative;
	border: none;
	text-align: left;
}

h1, h2, h3, h4, h5{
	margin: 0;
}

h1, h2{ display: none; }

a img{
	border: none;
	text-decoration: none;
}

.hidden{	display: none;	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#header{
	width: 100%;
	height: 290px;
	background: #59DBFF url(../img/header_background.gif) repeat-x;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#navigation{
	border: 1px dotted white;
	width: 632px;
	font-size: 1.8em;
	line-height: 1.8em;
	margin: 30px 0 0 144px;
	padding: .7em;
	background: #63DCFE;
}

#navigation a{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
#navigation a:hover{
	color: #333;
	border: none;
}
#navigation em{
	color: #aeedfe;
}