body {
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	font-family: "Verdana", "Trebuchet MS", "Arial", "Tahoma", serif;
}
a {
	text-decoration: none;
}
#main {
	margin: 0 auto 50px auto;
	width: 912px;
}
#logo {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: #9f0606;
	padding: 30px 0;
}
#tabs {
	height: 31px;
	overflow: visible;
}
.tab {
	float: left;
	background: url("images/tabbck.png") top left repeat-x;
	padding-left: 10px;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-top: 1px solid blue;
	color: blue;
}
.smalltab {
	width: 95px;
}
.largetab {
	width: 175px;
}
#activetab {
	font-weight: bold;
	border-bottom: 1px solid #e6e4e4;
}
.atab {
	display: block;
	padding-right: 20px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	outline: none;
	font-weight: inherit;
}
#header {
	height: 200px;
	border: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid gray;
}
#background {
	width: 910px;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	border-bottom: 1px solid blue;
	background: #dddddd;
	padding: 0;
}
#content {
	width: 870px;
	position: absolute;
	text-align: justify;
	background: transparent;
	padding: 10px 20px 30px 20px;
	font-size: 14px;
	color: #000055;	
}
.separator {
	border-bottom: 1px solid #aaaaaa;
	margin: 20px;
}
li {
	margin-bottom: 10px;
	margin-top: 10px;
}
ul {
	list-style-image: url("images/bullet.gif");
}
ul ul {
	list-style-image: url("images/bullet1.gif");
	font-style: italic;
}

#cover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #003377;
}

#view {
	display: none;	
	position: fixed;
	top: 200px;
	width: 100%;
	text-align: center;
}

#preview_image {
	border: 2px solid black;
	background-color: white;
}

.with_description, .with_description:active, .with_description:visited {
	border-bottom: 2px dotted green;
	text-decoration: none;
	color: #000055;
	outline: none;
	cursor: pointer;
}

.with_preview {
	border-bottom: 2px dotted red;
	cursor: pointer;
	outline: none;
}

#desctable {
	display: none;
	width: 300px;
	position: absolute;
	border: 1px solid #9090e0;
	background-color: #e6e4e4;
	padding: 0;
	border-collapse: collapse;
}

#descriptionheader {
	background: url("images/tooltipbck.png") repeat-x;
	text-align: center;
	padding: 0;
	line-height: 22px;
	text-decoration: underline;
	font-family: "Trebuchet MS";
	color: #0055ff;
	font-size: 13px;
	border-bottom: 1px solid #9090e0;
	width: 300px;
}

#descriptionrectangle {
	padding: 10px;
	font-size: 10px;
	font-family: "Verdana";
	text-align: justify;
	color: black;
	font-weight: bold;
}
#descriptionrectangle img {
	float: left;
	margin-right: 10px;
}

#imgtooltip {
	display: none;
	position: absolute;
	border: 1px solid #9090e0;
	background-color: #e6e4e4;
	font-family: "Verdana";
	color: black;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
}
#author {
	text-align: center;
	font-size: 10px;
	font-family: "Verdana";
	color: #dddddd;;
}
#author a {
	color: #aaaaaa;
}