/* Shining at me */

/*

------------------------------------------------------
Copyright Bruno Kerrien,
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.
------------------------------------------------------

*/

body {background: #F5F7FF;
margin: 10 auto;
padding: 0;
font-family: Arial,Verdana,"Trebuchet MS",Helvetica,sans-serif;
text-align: center;
font-size: small;}


/* --- H1, H2, H3 --------- */

h1, h2, h3 {font-family: Arial,Verdana,sans-serif;
font-weight: bold;
margin-top: 0;
color: #330066;
text-align:left;}

h1 {font-size: 100%;
text-transform:uppercase;
text-align:center;}

h2 {font-size: 95%;}

h3 {font-style: italic;
font-size: 90%;}

/* --- Normal text hyperlinks ------ */

a {color: #330066;
text-decoration:none;
font-weight:bold;
}

a:hover {color: #330066;
text-decoration:underline;
font-weight:bold;
}


/* --- Wrap --------- */

#wrap { background-color: #FFFFFF;
width: 1000px;
border:#330066 thin solid;
padding-top: 10px;}


/* --- Navigation bar --------- */

#navigationbar { background:url(graphics/menu_background.jpg) no-repeat top;
width: 190px;
margin: 5px;
text-align: left;
}


/* --- Menu items in navigation bar ------ */

a.menu {color: #ffffff;
text-decoration:none;
font-weight:bold;
text-align: left;
}

a.menu:hover {color: #ffffff;
text-decoration:underline;
font-weight:bold;
text-align: left;
}

/* --- Content --------- */

#content {
	background-color: #FFF2BF;
	width: 600px;
	margin: 5px;
	padding: 15px;
	border:thin dotted #330066;
	text-align: justify;
}
