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

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

a:active {
	text-decoration: none;
	color: #F78B08;
}

a:hover {
	text-decoration: none;
	color: #F78B08;
}

.body {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 100%;
}

.root {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	border-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}

.header {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 0;
	text-align: center;
	border-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	background-color: #CCF2F7;
	font-weight: bolder;
}

.header_pos {
	float: left;
}

.title_box {
	width: 400px;
}

.header_title {
	font-size: 200%;
	font-weight: bolder;
	text-decoration: underline;
}

.menu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 150px;
	background-color: #F0F0F0;
	text-align: left;
	border-color: #000090;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	font-size: 90%;
}

.email {
	padding-left: 5px;
	text-align: left;
	font-size:60%;
	padding-bottom: 5px;
}
	
.left_section {
	width: 188px;
	float: left;
	border-color: #000000;
	text-align: center;
}

.right_section {
	width: 608px;
	float: right;
}

.main_photo {
	width: 608;
	max-height: 608;
}

.main_photo_img {
	max-width: 608;
	max-height: 608;
	width: expression(this.width > 608 ? 608: true);
}

.first-paragraph {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	font-family: sans-serif;
}

.paragraph {
	padding-bottom: 10px;
	font-size: 90%;
	font-family: sans-serif;
}

.album_title {
	font-size: 90%;
	font-family: sans-serif;
}

.linux-front-page {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	font-family: sans-serif;
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
}

.linux-counter {
	float: left;
	padding-right: 10px;
}

.wib-logo {
	padding-top: 10px;
	width: 160px;
	border: 0;
}

.wib-note {
	width: 160px;
	font-family: sans-serif;
	font-size: xx-small;
	padding-left: 10px;
	padding-right: 10px;
}