@charset "utf-8";

/* layout */

body {
	margin: 0;
	padding: 0;
	background-color:#e6e6e6;
	background-image: url(bg.jpg);
	background-repeat: repeat;	
}
#container {
	margin: 0 auto;
	padding: 0 auto;
	position: relative;
	width: 720px;
	height:100%;
}
#bg {
	position: relative;
	width: 720px;
	height: 100%;
	background-image: url(bg_shadow.png);
	background-repeat: repeat-y;
}
#top {
	position: relative;
	width: 720px;
	height: 20px;
	margin-top: 80px;
	background-image: url(bg_shadow_top.png);
	background-repeat: no-repeat;
}
#bottom {
	position: relative;
	width: 720px;
	height: 20px;
	margin-bottom: 80px;
	background-image: url(bg_shadow_bottom.png);
	background-repeat: no-repeat;
}

/* text positioning */

#header {
	position: relative;
	width: 660px;
	height: 140px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 30px;
}
#title {
	position: relative;
	top: 90px;
	height: 54px;
	width: 378px;
	float: left;
}
#nav {
	position: relative;
	top: 100px;
	height: 10px;
	width: 200px;
	float: right;
}
#content {
	position: relative;
	width:660px;
	left: 30px;	
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;	
}
#footer {
	position: relative;
	width: 660px;
	height: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: 30px;
}
#back {
	position: relative;
	width: 60px;
	height: 20px;
	float: right;
}
/* text */

.info {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #808080;
	text-align: right;
}
.pink {
	color: #ED1E79;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color:#333333;
	font-weight: bold;
}
.projInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	color: #ED1E79;
	text-align: left;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
}
.text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	text-align: left;
}
.projtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color:#333333;
	font-weight: bold;
}
.break {
	height: 1px;
	width: 660px;
	background-color: #E0DEDF;		
}

/* links */

a:link {
	text-decoration:none;
	color:#72676C; 
}
a:active {
	text-decoration:none;
	color:#72676C; 
}
a:visited {
	text-decoration:none;
	color:#72676C; 
}
a:hover {
	text-decoration: underline;
    color:#ED1E79;
}
