/* CSS Document */
a:link, a:visited{color: #FFFFFF; text-decoration: underline;}
a:hover, a:active{color: #E34B00; text-decoration: underline;}

/*global*/
*{
	margin:0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #000000;
}

/*global type*/
h1, h2{
	font-size: 30px;
	line-height: 32px;
}
h2{
	font-weight: bold;
}
h2{
	font-weight: normal;
}
p{margin-bottom: 20px;}


/*content type*/
#flashcontent{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}
#htmlcontent{
	position: relative;
	text-align: left;
	padding-left: 24px;
	margin-top: 16px;
	padding-bottom: 24px;
}
#no_flash{
	position: absolute;
	top: 16px;
	width: 936px;
	background-color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
}
#no_flash p{
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 4px;	
}

/*admin*/
.admin{width: 456px;}
.admin p{margin-bottom: 0px; font-weight: bold;}
.admin ul{
	list-style-type: square;
	margin-bottom: 20px;
	list-style-position: outside;
	padding-left: 20px;
}

/*home*/
#home, #portfolio, #text_items{
	position: relative;
	top: 80px;
	margin-bottom: 16px;
	width: 456px;
}
form{margin-top:8px;}
label{margin-right:8px;}

/*project*/
.image_total{margin-bottom:80px;margin-top:24px;}
.image_total p{
	margin-bottom:0px;
	display: compact;
	float:left;
	padding-right: 8px;
}
.thumb_image{
	position:absolute;
	visibility: hidden;
}
.image{
	position:relative;
	margin-bottom:16px;
}
/*bold*/
.bold{font-weight: bold;}
/*new*/
.new{font-size: 18px;}