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;
}
h2 a:link,
h2 a:hover,
h2 a:visited {
	color: #000;
}

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: 155px;
	
	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;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

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;
}

pre {
	padding: 10px;

	font-size: 10px;
	font-family: Courier;
	white-space: pre;
	overflow: auto;

	background-color: #EEEEEE;
	border: 1px solid #000000;
}

div.comment {
	margin: 10px 0px 20px 0px;
	padding: 4px 0px 0px 0px;

	border-top-style: dotted;
	border-top-width: 1px;
}
div.post_comment {
	margin: 0px 0px 20px 0px;
	padding: 5px 15px 15px 15px;

	background-color: #F4F4F4;
}
div.input {
	margin: 5px 0px;
}

a.wish_list,
a.paypal {
	margin: 0px 2px;
	font-weight: bold;
	text-decoration: underline;
}

#home_page h1,
#wishlist_page h1,
#apps_page h1,
#comments_page h1 {
	background-image: url(/themes/site_themes/cv/images/header_site.jpg);
}

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

#portfolio_page 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 {
	clear: both;
	width: 100%;
	height: 25px;
	
	margin: 40px 0px 20px 0px;
	padding-top: 10px;
	
	font-size: 10px;
	
	text-align: right;

	border-top: 1px solid #000000;
}

#menu {
	position: absolute;
	
	top: 130px;
	
	margin: 0px;
	padding: 0px 10px;
	
	color: #000000;
	font-size: 14px;
	font-weight: bold;

	list-style: none;
}

#menu li {
	display: inline;
	padding: 0px  10px;
}

#menu li a {
	color: #000000;
}
#menu li.active a {
	text-decoration: underline;
}

#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%;
}

#main_content {
	float: left;
	clear: none;
	width: 490px;
}

#main_content a.banner {
	margin: 30px 10px 20px 10px;
}

#side_panel {
	float: right;
	clear: none;
	width: 256px;
}

#side_panel #pictures {
	padding: 2px;
}

#side_panel #pictures h2 {
	margin: 3px -2px;
}

#side_panel #pictures img {
	margin: 2px;
}

#side_panel #videos img {
	float: left;
}

#side_panel #videos p {
	display: none;
}

#wishlist dl dt {
	float: none;
	clear: both;

	width: auto;

	padding: 20px 0px 0px 0px;

	font-size: 14px;
}

#wishlist dl dd {
	margin: 0px;
	padding: 0px;
}

#wishlist dl dd img.wishlist_preview {
	float: left;
	clear: left;

	width: 125px;

	margin: 0px 10px 5px 0px;
}

#wishlist dl dd span.wishlist_buy {
	display: block;
	clear: both;
}
