@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

body.portfolio{
	color: #555555;
	background-color: #FFFFFF;
}

body.text{
	background-color: #555555;
	color: #FFFFFF;
}

h2{
	position: relative;
	display: block;
	clear: right;
}

p{
	margin-bottom: 22px;
}

a{
	text-decoration: underline;
	color: #555555;
}

body.text a{
	color: #FFFFFF;
}

a:hover, body.text a:hover{
	color: #00aeef;
	/*text-decoration: none;*/
}

/*	ids	*/
#header{
	background-image: url(../gfx/header_03.gif);
	background-repeat: no-repeat;
}

body.text #header{
	background-image: url(../gfx/header_white_03.gif);
}

/*	classes	*/
.subscript, div.thumb{
	font-size: 10px;
}