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

body	{
			padding-top:15px;
			padding-bottom:15px;
			margin:0;
		}

#header	{
			width:900px;
			height:75px;
			margin:auto;
			margin-bottom:10px;
			background:url(../images/header.jpg) no-repeat;
		}

#menu	{
			height:25px;
			background-color:#0099FF;
			text-align:center;
		}

#menu ul	{
				list-style:none;
				padding:0;
				margin:auto;
				width:900px;
			}

#menu li	{
				display:block;
				float:left;
				padding:0;
				margin:0;
			}

#menu a	{
			display:block;
			width:150px;
			height:20px;
			padding-top:5px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:0.8em;
			font-weight:bold;
			color:#ffffff;
			text-align:center;
			text-decoration:none;
		}

#menu a:hover	{
					background-color:#ffffff;
					color:#0099FF;
				}

.lines01	{
				background:url(../images/menuButton_bg.jpg) no-repeat;
			}

.lines02	{
				background:url(../images/menuButton_bg2.jpg) no-repeat;
			}

.onPage	{
			display:block;
			width:150px;
			height:20px;
			padding-top:5px;
			background:#e8e8e8;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:0.8em;
			font-weight:bold;
			color:#0099ff;
			text-align:center;
			text-decoration:none;
		}

#headerPictureContainer	{
							clear:both;
							height:200px;
							background-color:#E8E8E8;
							text-align:center;
						}

#content	{
				width:880px;
				margin:auto;
				padding:10px;
				background-color:#ffffff;
				font-family:Arial, Helvetica, sans-serif;
				font-size:0.8em;
				color:#333333;
				text-align:justify;
			}

.text	{
			width:600px;
			padding:0;
			margin-right:20px;
			float:left;
		}

.illustration	{
					width:250px;
					height:770px;
					float:right;
				}
				
.illustration_small	{
						width:250px;
						height:250px;
						float:right;
					}

h1	{
		display:block;
		width:880px;
		border-bottom:#0099FF thin solid;
		font-family:Arial Narrow, Arial, Helvetica, sans-serif;
		font-size:1.5em;
		font-weight:bold;
		color:#0099FF;
	}

h2	{
		display:block;
		width:600px;
		margin-right:20px;
		border-bottom:#0099FF thin solid;
		font-family:Arial Narrow, Arial, Helvetica, sans-serif;
		font-size:1.5em;
		font-weight:bold;
		color:#0099FF;
	}

h3	{
		padding:0;
		margin:0;
		font-family:Arial Narrow, Arial, Helvetica, sans-serif;
		size:1.0em;
	}

#bottomLinks	{
					width:890px;
					padding:5px;
					margin:auto;
					margin-bottom:15px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:0.7em;
					text-align:center;
				}

#footer {
			width:900px;
			height:50px;
			margin:auto;
			padding-top:25px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:0.7em;
			color:#333333;
			text-align:center;
			background:url(../images/footerBackground.jpg) no-repeat;
		}

p	{
		margin:0;
		padding:0;
	}

.breakFloat	{
				clear:both;
			}

a	{
		color:#0099FF;
		text-decoration:none;
	}

a:hover	{
			color:#00CCFF;
		}

a img	{
			border:none;
		}

li	{
		margin-top:10px;
	}