/*This is my stylesheet!*/
	body {
		font-family:Arial,helvetica,sans-serif;
		position:absolute;
		width:100%;
		min-width:900px;
	}
	#wrapper {
		width:45.0em;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		margin:0em auto;
		border:0.425em solid #00346c;
		padding:0.3125em;
		background-color: #add8e6;
		position:relative;
		text-align:left;
	}
	#header {
		border:0px solid #fff;
		height:145px;
        background-color: #add8e6;
	}
	#header h1	{
		font-size:1.8em;
		color:#00346c;
		text-align:center;
	}
	#header h2	{
		font-size:1.2em;
		text-align:center;
	}
	#header h3	{
		font-size:0.8em;
		text-align:center;
	}

	#content {
		float:left;
		border:0px solid #fff;
		margin-top:5px;
		padding-bottom:10px;
		background-color:#add8e6;
	}
	#content2 {
		margin-left:350px;
		border:1px solid #bbb;
		margin-top:5px;
		padding-bottom:10px;
		background-color:#ffffff;
	}
	#content img	{
		float:left;
  		margin:4px;
  		border:2px solid #000000;
  	}
	#content hr	{
    display: block;
    margin-top: 0.10em;
    margin-bottom: -0.90em;
    margin-left:  0em;
    margin-right: 5em;
    border-style: inset;
    border-width: 1px;
  	}
	#content pre	{
		background-color:#add8e6;
		margin-left:  10.5em;
		width:30em;
		font-size:0.90em;
		font-family:Courier, sans-serif;
		padding: 0.4em;
	}
	#content p	{
		font-size:16px;
		font-family:Courier, sans-serif;
		padding-left:2px;
		text-align:left;
	}
	#content p.a	{
		text-align:center;
  		font-weight:normal;
  		width:337px;
  		margin:2px;
		border:2px solid #99aa99;
  	}
	#footer {
		float:left;
		margin-left:0.2em;
		margin-right:0.2em;
		margin-top:5px;
		margin-bottom:5px;
		border:1px solid #fff;
                background-color: #ffffff;
	}
	#bottom {
		clear:both;
		text-align:right;
	}
