html{
	height:100%;
}

body{
	background: #000000;
	color: #000000;
	font-family:  'trebuchet ms', 'verdana', 'lucida grande', sans-serif;
	height: 100%;
}

#menu1{
	display: block;
	padding: 0px;
	margin: 0 auto;
	height: 155px;
	width: 1034px;
	background-image: url('./images/back1.png');
	background-repeat: no-repeat;
}

#menu2{
	display: block;
	padding: 0px;
	margin: 0 auto;
	height: 155px;
	width: 1034px;
	background-image: url('./images/back2.png');
	background-repeat: no-repeat;
}

#menu3{
	display: block;
	padding: 0px;
	margin: 0 auto;
	height: 155px;
	width: 1034px;
	background-image: url('./images/back3.png');
	background-repeat: no-repeat;
}

#page{
	display:block;
	padding: 0;
	margin: 0;
	width: 1034px;
	background-image: url('./images/content.png');
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}	

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

#menuitem1{
	float: left;
	position: relative;
	left: 100px;
	top: 45px;
	font-variant: small-caps;
}

#menuitem2{
	float: left;
	position: relative;
	left: 230px;
	top: 45px;
	font-variant: small-caps;
}

#menuitem3{
	float: left;
	position: relative;
	left: 370px;
	top: 45px;
	font-variant: small-caps;
}

#menuitem4{
	float: left;
	position: relative;
	left: 495px;
	top: 45px;
	font-variant: small-caps;
}	

#menuitem5{
	float: left;
	position: relative;
	left: 595px;
	top: 45px;
	font-variant: small-caps;
}

.menuitem h2{
	margin: 0.83em 0;
}

#inner{
	position: relative;
	left: 120px;
	text-align: justify;
	width: 800px;
}

#maintitle{
	position: relative;
	padding-top: 50px;
	text-align: center;
	font-size: 50pt;
	border-bottom: solid 1px;
	padding-bottom: 15px;
}

#banner{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

hr{
	color: #000000; 
	background: #000000; 
	border-color: #000000;
}

h1{
	margin-top: 0px;
}

.footer, .push{
	height: 2em;
}

.travel{
	text-align: center;
}

.cv_left{
	float: left;
	width: 25%;
	padding-top: 1em;
}

.cv_right{
	float: left;
	width: 75%;
	padding-top: 1em;
	}
	
#clear {
	clear: both;
}

ul{
	margin: 0;
}

h4{
	margin: 0;
	display: inline;
}
