* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-image: url(images/b_bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

#container {
	width: 800px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	}

#container img {
	border: none;
	}

#language {
	margin: 0 1px 5px 0;
	text-align: right;
	}

#language a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	}

#language a:visited {
	color: #000000;
	}

#language a:hover {
	color: #ffffff;
	background-color: #999999;
	}
	
/* ==================== menu ==================== */
	
#middle {
	width: 774px;
	margin: 0 1px 20px 23px;
	border: 1px solid #999999;
/*	background-image: url(images/middle_bg.jpg);
	background-repeat: repeat-y;
*/	}
	
#menu {
	width: 774px;
	height: 20px;
	text-align: center;
	background-color: #999999;
	}

#menu td {
	width: 152px;
	padding: 2px;
	}

#menu a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	}	

#menu a:hover {
	color: #330066;
	}

/* ==================== main ==================== */

#main {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	}
	
#main img {
	margin: 50px 0 50px 20px;
	float: right;
	}

h1 {
	margin: 50px 0 20px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000066;
	}

p {
	clear: left;
	font-size: 14px;
	color: #333333;
	}	

/* ==================== resume page ==================== */

h2 {
	margin: 20px 0 10px 20px;
	font-size: 20px;
	color: #33CC66;
	}

#resume p {
	margin-left: 20px;
	font-size: 16px;
	color: #000000;
	}

#resume ol, #resume ul {
	margin-left: 50px;
	font-size: 16px;
	}
	
#resume p span, #resume li span {
	font-weight: bold;
	}
		
#resume a {
	text-decoration: none;
	}

#resume a:visited {
	color: #0000FF;
	}
	
#resume a:hover {
	text-decoration: underline;
	}

#download, #page {
	margin-top: 10px;
	text-align: right;
	font-size: 16px;
	}

#download a, #page a {
	text-decoration: none;
	}

#download a:visited, #page a:visited {
	color: #0000FF;
	}
	
#download a:hover, #page a:hover {
	text-decoration: underline;
	}

/* ==================== webdesign page ==================== */

.website {
	width: 600px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 20px;
	border: 1px solid #000066;
	background-color: #FFFFFF;
	}

.website img {
	float: right;
	}

h5 {
	font-size: 16px;
	}
	
.website p {
	clear: left;
	}
	
.website p span {
	font-weight: bold;
	}

/* ==================== flash page ==================== */

.flash {
	width: 550px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000066;
	}

/* ==================== contact page ==================== */

#contact {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 14px;
	}
	
/* ==================== top, link ==================== */


#top {
	margin-top: 50px;
	text-align: center;
	font-size: 16px;
	}
	
#top a {
	text-decoration: none;
	}

#top a:visited {
	color: #0000FF;
	}
	
#top a:hover {
	text-decoration: underline;
	}

/* ==================== thx page ==================== */

#thx {
	margin-top: 100px;
	height: 270px;
	text-align: center;
	}
	
/* ==================== footer ==================== */

#link {
	margin: 50px 0 20px 0;
	text-align: center;
	background-color: #FFFFFF;
	color: #999999;
	}

#link a {
	text-decoration: none;
	font-size: 12px;
	}

#link a:visited {
	color: #999999;
	}
	
#link a:hover {
	text-decoration: underline;
	}
	
#footer {
	width: 774px;
	height: 20px;
	clear: both;
	text-align: center;
	background-color: #999999;
	}

#footer p {
	padding: 2px;
	color: #ffffff;
	}
	

