/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
html {
}

body {
	margin: 0 10% 0;
	background: black /*url(images/IMG_0619.JPG) no-repeat center fixed*/;
	/*border: 1px solid black;*/
	padding: 0;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #336666;
}
/*
a {

}

a:hover {

}
*/


/* Header */

#header {
	margin: 4em 0;
	padding: 0 0 1em 0;
/*
	background: white;
	border:1px solid black;
	filter:alpha(opacity=50);
	opacity:.50;
*/
}

#header * {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #ccc;
}

#header h1 {
	font-size: 3em;
}

#header h2 {
	font-size: 1em;
	/*text-decoration: underline;*/
}
/*
#header h2:hover {
	text-decoration: none;
}
*/
/* content */

#content {
	margin: 4em 0;
	padding: 0 0 1em 0;

}
#content * {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #777;
}

#menu {
}
#menu * {
}
#menu h1 {
	font-size: 1.5em;
}
#menu h2 {
	font-size: 1em;
}
#menu ul *{
	font-size: 1em;
/*	text-decoration: underline;*/
}
#menu ul *:hover{
	text-decoration: none;
	color: #aaa;
}