@charset "UTF-8";
/* CSS Document */

body, a {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul {
	padding-bottom: 10px;
}

li {
	padding-bottom: 5px;
}

.title-name {
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color:#FFFFFF;
}

.title-page {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

.caption-txt {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.img-border {
	border: 1px solid #CCCCCC;
}

.work-title {
	font-style: italic;
	font-size: 12px;
}

.work-descript {
	width: 400px;
	color: #000000;
	text-align: left;
	line-height: 1.5em;
}

/************** links **************/
a {
	text-decoration: none;
	color: #CC3300;
}								
a:active {	text-decoration: none;
			color: #FF0000; 
}
a:visited {	text-decoration: none;
			color: #CC3300;
}			
a:hover {	text-decoration: none;
			color: #FFFFFF;
			background-color: #CC3300;
}


/***************** div content ****************/
body {
	margin: 0px;
	background: white;
}

#content-wrapper {
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
}

#content {
	position: absolute;
	left: 50px;
	top: 30px;
	width: 600px;
}

#column-1 {
	float: left;
	width: 220px;
}

#column-2 {
	float: left;
	width: 640px;
}

#column-separator {
	float: left;
	width: 20px;
}

#footer {
	position: absolute;
	padding: 30px;
	bottom: 50px;
	font-family: Verdana, Monaco, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
}