* {
    margin: 0;
    padding: 0;
	behavior: url(iepngfix.htc)
}

body {
    font: normal 11px Verdana, Arial, sans-serif;
    background: url(images/bg_body.jpg) #003366 repeat-x;
	padding-top: 10px;
}

img {
	border: none;
}

#page {
    margin: 0 auto;
    width: 950px;	
	border-width: 7px;	
}

#footer {
	clear: both;
	margin-top: 10px;
	color: #CCC;
	border-top: 1px solid #FFF;
}

#footer #foot_text {
	margin: 10px 0 30px 0;
}

#footer p {
	margin-top: 5px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
	border-bottom: 1px dashed #EEE;
}

#title_tag {
	position: absolute;
	background: url(images/bg_title.gif) no-repeat;
	width: 226px;
	height: 61px;	
}

#title_tag p {
	color: #FFF;
	font: normal 36px Verdana, Arial, sans-serif;
	padding: 2px 0 0 18px;
}

#title_nav {	
	position: absolute;
	background: url(images/bg_nav.gif) no-repeat;
	width: 232px;
	height: 30px;	
	margin-left: 720px;
}

#title_nav p {
	color: #FFF;
	font: normal 18px Verdana, Arial, sans-serif;
	padding: 1px 0 0 55px;
}

/* dock - top */
.dock {
	position: relative;
	height: 25px;	
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 25px;		
	padding-left: 20px;	
}
a.dock-item {
	display: block;
	width: 40px;
	color: #FFF;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 	
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
	padding-top: 5px;
}

/* content */
.content {
	color: #FFF;
	margin: 100px 30px 30px 30px;
	text-align: justify;
}

.content a {
	color: #FFCC00;
	text-decoration: none;
}

.content a:hover {
	color: #FFCC00;
	text-decoration: none;
	border-bottom: 1px dashed #EEE;
}

.photo {
	float: left;
	padding: 5px;
	background-color: #EEE;
	margin: 0 20px 20px 0;
}

.port {
	clear: both;
	margin: 20px 20px 20px 0;
}

.warntext2 {
    background-color: #CC0000;
    color: #FFF;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 2px;
}

.notetext {
    background-color: #0099FF;
    color: #FFF;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 2px;
}

.bt {
    background-color: #EEE;
    border: 1px solid #CCC;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 5px;
    margin: 10px 5px;
}

.c_box {
	float: left;
	padding-right: 10px;
}

.c_box input,textarea {
	margin: 5px 0 10px 0;
}

#recent_project {
	border: 1px solid #FF9900;
	border-width: 5px 1px 1px 1px;
	padding: 10px 15px;
}

#recent_project h2 {
	font-size: 16px;
	font-family: arial;
	margin-bottom: 10px;
}