/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body 
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	background-image : url(images/linux.gif);
	background-attachment : fixed;
	background-position : top left;
	background-repeat : no-repeat;
}

.section
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	border : 1px solid black;
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
}

#title
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
	width : 44%;
	position : relative;
	left : 50%;
	text-align:right;
}

#logo
{
	color : rgb(0,0,0);
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
	width : 44%;
	position : relative;
	left : 50%;
	text-align:right;
}

.content
{
	width : 94%;
	background-image: url(images/bluefilter.gif);
}

#footer
{
	width : 95%;
	padding :0px;
	border-color : white;
}

#copyright
{
	text-align:right;
}

#sectiondeco
{
	background-image: none;
	background-color: rgb(200,200,200);
}
