body {
	width: 756px;

	margin: 0px auto;
	padding: 0px 10px 0px 10px;

	color: #444444;

	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;

	text-decoration: none;

	background-color: #ffffff;
}

a:link {
	color: #ba000f;
	text-decoration: none;
}
a:visited {
	color: #a60013;
	text-decoration: none;
}
a:hover {
	color: #900014;
	text-decoration: underline;
}

div {
	clear: both;
}

h1 {
        display: block;

        height: 175px;

        margin: 0px;        
        padding: 0px;        
        
        background-position: 50% 0%;
        background-repeat: no-repeat;
}

h1 span {
        display: none;
}

h2 {
	width: 100%;

	margin: 5px 0px 5px 0px;
	padding: 25px 0px 3px 0px;

        color: #000;

        font-size: 18px;
        font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
        font-weight: bold;

	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

h3 {
	width: 100%;

	margin: 3px 0px 0px 0px;
	padding: 5px 0px 2px 0px;

	color: #909090;

	font-size: 15px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
}

h4 {
	width: 100%;

	margin: 1px 0px 0px 0px;
	padding: 2px 0px 0px 0px;

	font-size: 12px;
        font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
        font-weight: normal;
}

ul, ol, dl {
	position: relative;
	
	margin: 0px;
	padding: 2px 0px 5px 20px;
}

dt {
	float: left;
	clear: left;
	
	width: 160px;
	
	padding: 5px 0px 0px 0px;
	
	color: #444444;
        
	font-weight: bold;
}

dd {
	margin: 0px 0px 0px 160px;
	padding: 5px 0px 0px 0px;
}

dl.certificate dt {
	width: auto;
}

li {
	padding: 5px 0px 0px 0px;
}

table {
	width: 100%;
	
	border: none;
}

table td {
	vertical-align: top;
}

caption {
	width: 100%;
	
	margin: 3px 0px 0px 0px;
	padding: 5px 0px 2px 0px;
	
	color: #336699;
	
	font-size: 15px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	
	text-align: left;
}

#cvPage h1 {
		background-image: url(/themes/site_themes/cv/images/header_curriculumvitae.jpg);
}

#portfolioPage h1 {
		background-image: url(/themes/site_themes/cv/images/header_portfolio.jpg);
}

#content {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(/themes/site_themes/cv/images/footer.jpg);
}

#footer {
	width: 100%;
	height: 25px;
	
	margin: 40px 0px 20px 0px;
	padding-top: 10px;
	
	font-size: 10px;
	
	text-align: right;

	border-top: 1px solid #000000;
}

#topicpath {
	position: absolute;
	
	top: 132px;
	
        margin: 0px 10px 0px 10px;
        
	color: #000000;
}

#topicpath ul {
	display: inline;
	
	margin: 0px;
	padding: 0px;
	
	list-style: none;
}

#topicpath li {
	display: inline;
}

#stylesheets {
	position: absolute;
	
	top: 2px;
	
	color: #000000;

	font-size: 9px;
}

#stylesheets ul {
	display: inline;
	
	margin: 0px;
	padding: 0px;
	
	list-style: none;
}

#stylesheets li {
	display: inline;
}

.preview {
	display: block;
	
	width: 325px;
	
	margin: 10px;
	padding: 5px;
	
	border-color: #232323;
	border-style: solid;
	border-width: 1px;
}

.mov {
	width: 100%;
}
