/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #fff;
}

#all{
	width: 1020px;
}

#menu{
	padding-top: 125px;
	padding-left: 20px;
	width: 300px;
	position: fixed;
}

#menuul{
	position:absolute;
	left:50px;
	top:150px;
}

#logo{
	position:absolute;
	top:68px;
	left:50px;
}

#content{
	width: 756px;
	position:absolute;
	left:300px;
	top:68px;
}

#image{
	position:absolute;
	top:85px;
}

#text{
	position:absolute;
	left:160px;
	top:85px;
	width:530px;
}

#cv{
	position:absolute;
	left:120px;
	top:400px;
}

#contentboxes{
	margin-bottom:100px;
}

#footer{
	position:absolute;
	top: 490px;
	left:50px;
}

#footer2{
	position: absolute;
	left:105px;

}

h1{
	font: normal normal bold 0.8em/0.5em Georgia, serif;	
	letter-spacing: -0.05em;
}

h2, legend{
	font: normal normal bold 0.8em/1.2em Georgia, serif;
	color: #000;
}

h3{
	font: normal normal normal 2em/0.1em Georgia, serif;
	color: #555;
}

h4{
	font: italic normal bold 0.75em/1.7em Georgia, serif;
}

h5{
	line-height: 0.7em;
	font-weight: bold;
	font-size: 1.0em;
}

h6{
	font: normal normal normal 0.5em/1.4em Verdana, san-serif;
	text-align: left;
	color: #888;

}

p{
	font: normal normal normal 0.6em/1.4em Verdana, san-serif;
	text-align: left;
	color: #000;

}

ul{
	list-style-type: none;
	font: italic normal bold 0.75em/1.7em Georgia, serif;
	font-variant: none;
}

ol{
	list-style-position: inside;
	font: normal normal normal 0.7em/1.5em Verdana, san-serif;
	color: #555;
}

a{
	color: #555;
	text-decoration: none;
}

#content a{
	color: #A3A3A3;
	text-decoration: none;
}

#content a:hover{
	color: #000;
	cursor: pointer;
}

a:hover{
	color: #A5A5A5;
	cursor: pointer;
}

a img {
border:0;
}


em1{
	color: #A6C912;
}

em2{
	color: #D8168E;
}

em3{
	color: #21C6DB;
}

em4{
	color: #A6C912;
}

em5{
	color: #861689;
}

td{
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	font: normal normal normal 0.6em/1.4em Verdana, san-serif;
	color: #000;
	width: 100px;
	vertical-align: text-top;
}

td.right{
	width: 400px;

}

td.left{
	font-family: Georgia;
	font-size: 0.7em;

}


#flash{
	position:absolute;
	left:150px;
	top:50px;
}

#test{
	text-align: center;
}






