@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	padding:5px;
}

/* Links */

a:link {
	color: #FFFF00; 
	text-decoration: none; 
	background-color: transparent;
}

a:visited { 
	color:#FFFf00;  
	text-decoration: none; 
	background-color: transparent;
}

a:hover { 
	color:#CCC; 
	text-decoration: underline;
	background-color: transparent;
}

a:active { 
	color: #CCC; 
	text-decoration: underline; 
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

#header {
	background: transparent;
	width:100%;
}

#scroll {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:30px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:auto;
	color:#FFF;
	padding:0px;
	overflow:hidden;
	position:relative;
}

#leftmenu {
	margin-top:0px;
	border:#FFF;
}

#menu {
	padding:0px;
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
}

#main {
	border-color:#CCC;
	border-style:solid;
	border-width:thin;
}

#title {
	font-size:32px;
	color:#FFFFFF;
	padding:10px;
}

p {
	padding:10px;
}

img#left {
	 float:left;
	 padding:5px;
	 border:none;
}

img#right {
	 float:right;
	 padding:5px;
	 border:none;
}

img#center {
	 margin-right:auto;
	 margin-left:auto;
	 padding:5px;
	 border:none;
}

#footer {
	font-size:10px;
	padding:5px;
	border-style:none;
}

a#mail {
	float:right;
	font-size:10px;
}#menu a strong {
	color: #C0C0C0;
}

