@charset "UTF-8";
/* Christopher Lauritzen Portfolio CSS - Copyright 2009 - All Rights Reserved */

/* General Template CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #4d4d4d;
	background: #ffffff;
	/* min-width: 850px; */
}

img { border: 0; }

a:link {
	color: #4d4d4d;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}

a:visited {
	color: #4d4d4d;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
}

a:hover {
	color: #4d4d4d;
}

a:active {
	color: #4d4d4d;
}

#container_mainbody {
	
}

/* End of General Template CSS */

/* Header CSS */

#container_header {
	margin: 10px 0 22px 0;
	border-top: 3px #333333 solid;
	border-bottom: 3px #333333 solid;
	overflow: hidden;
	clear: both;
}

#container_headertext {
	margin: 6px 39px 6px 39px;
	font-size: 12px;
}

.header_links {
	font-size: 14px;
}

/* End of Header CSS */

/* Left Column CSS */

#container_leftcolumn {
	margin: 0 18px 0 0;
	width: 154px;
	float: left;
	overflow: hidden;
}

#container_leftcolumnheader {
	margin: 0 0 13px 0;
	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
}

h1.leftcolumn_header {
	margin: 3px 0 2px 39px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #4d4d4d;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
}

h1.leftcolumn_header a:link, h1.leftcolumn_header a:visited {
	text-decoration: none;
}

#container_leftcolumnlist {
	margin: 0 0 0 39px;
	padding: 0;
	white-space: nowrap;
}

#leftcolumn_list li {
	margin: 0 0 6px 0; 
	padding: 0;
	display: list-item;
	list-style-type: none;
}
	
#leftcolumn_list a:link, #leftcolumn_list a:visited {
	font-size: 14px;
	color: #4d4d4d;
	text-align: center;
	text-decoration: none;
}

#leftcolumn_list a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

/* End of Left Column CSS */

/* Right Column CSS */

#container_rightcolumn {
	width: 930px;
	float: left;
	overflow: hidden;
}

#container_rightcolumnheader {
	margin: 0 0 13px 0;
	border-bottom: 1px #333333 solid;
	width: 900px;
}

h1.rightcolumn_header {
	margin: 4px 0 2px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #4d4d4d;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
}

#container_rightcolumn_body {
	overflow-y: auto;
	height: 700px;
}

.portfolio_media {
	margin: 0 0 13px 0;
}

#container_rightcolumn_splitbody {
	
}

#container_rightcolumn_textbody {
	margin: 0 60px 0 0;
	width: 250px;
	font-size: 14px;
	float: left;
}

#container_rightcolumn_media {
	padding: 0 30px 0 0;
	overflow-y: auto;
	width: 590px;
	height: 700px;
	float: right;
}

/*End of Right Column CSS */
