

body {
	color: #000;
	background-color: #b2b2b2;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a {
	text-decoration: underline;
	color: #000;
}
.container {
	width: 750px;
	margin: auto;
}
#header {
	text-align: center;
}

#header p, #header h1, #header h2 {
	display: none;
}

.dynPage{
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
}
.content {
	width: 470px;
	background-color: #bad9ef;
	min-height: 327px;
	border: 1px solid #000;
	padding: 5px 10px 5px 5px;
	float: left;
	position: absolute;
	z-index: 1;
	text-align: justify;
}

.content img {
	border: 2px solid #000;
}

.content img[border="0"] {
	border: 0px;
}
.navigation {
	width: 249px;
	font-size: 22px;
	text-indent: 20px;
	position: relative;
	left: 480px;
	z-index: 200;
}

.navigation a{
	text-decoration: none;
}
.navItem{
	background: url(images/template/nav_bg.gif) no-repeat;
	width: 234px;
	height: 32px;
	padding-top: 2px;
	margin: 0;
	float: right;
}
.navItem:hover{
	background: url(images/template/nav_bg_over.gif) no-repeat;
}
.navItemActive{
	background: url(images/template/nav_bg_active.gif) no-repeat;
	width: 249px;
	height: 32px;
	padding-top: 2px;
	margin: 0;
	float:right;
	text-indent: 32px;
}

.extras {
	font-size: 12px;
	border: 1px solid #000;
	padding: 5px;
}

h3{
	background-color: #9cbbff;
	border: 1px solid #000;
	padding-left: 5px;
}

.cv {
	font-size: 12px;
}

li {
	list-style-type: square;
}
input {
	width: 300px;
}

textarea {
	width: 300px;
	height: 75px;
	background-color: #fff;
}
.video {
	list-style-image: url(videos/video.png);
	list-style-position: outside;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 10px;	
}
.info {
	list-style-image: url(videos/info.png);
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 10px;		
}
.contact {
	list-style-image: url(videos/contact.png);
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 20px;
	padding-left: 10px;	
}