* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}

body {
	font-family: arial, verdana, helvetica, sans-serif;
	height:100%;
	margin-bottom: 1px;
	
	}
	
main {
	font-size: 16px;
	cursor: default;
	width: 100%;
 	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#content {
	line-height: 1.2em;
	width: 65%;
	}
#content_sub {
	line-height: 1.2em;
	width: 100%;
	}
	
#content_gallery {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

#header {
	text-align: center;
	width:100%;
	height: 166px;
	margin-right: auto;
	margin-left: auto;
	}

#title {
	text-align: center;
  	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 50px;
	}
	
#sidebar {
	padding-top: 0px;
	width: 200px;
	float: right;
	}

#sidebar_alt {
	padding-top: 120px;
	width: 200px;
	float: right;
	}
	
#footer {
	margin-left: 10%;
	height: 20px;
	}
	
h1 {
	font-size:28px;
	}
	
h2 {
	font-size:26px;
	}

h3 {
	margin-left: 10%;
	font-size:24px;
	}

h4 {
	font-size:22px;
	}

h5 {
	font-size:20px;
	}

p {
	}

ul {
	margin-left: 10%;
	margin-top: 50px;
	margin-bottom: 30px;
	}
li {
	margin-left: 22px;
	margin-top: 15px;
	}

a {
	text-decoration:underline;
	}

a:hover {
	}

.right {
	float: right;
	}

.left {
	float: left;
	}

normal {
	text-decoration:none;
		}

.style3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
		}
		
.style3red {
	font-size: 18px;
	font-weight: bold;
	color:#FF0000;
		}
		
.style4 {
	font-weight: bold; 
	font-size: 16px;
		}

.b3_big {
	font-size: 14px;
	color: #000000;
	background-color: #CCCCCC;
	border: thin solid #666666;
	padding: 5px;
	margin: 25px;
		}

.b3_info {
	background-color: #00FFFF;
	margin: 10px;
	padding: 5px;
	border: thin solid #000000;
		}

.b3stylz {
	margin: 10px;
	padding: 5px;
	border: 2px solid #0000FF;
		}

.style5 {
	color: #FF0000
	}

.style7 {
	font-size: 12px;
	}
	
.style8 {
	color: #FF0000
	}


