@charset "utf-8";
/* CSS Document */
.orange {
	color:#E17C2D;
}
.green {
	color:#1DCE1D;
}


body {
	font-size:100%;
	line-height:18px;
	background:#000 url(../images/portfolio/bg.png) top right no-repeat;
	color:#fff;
}
div.boxtop {
	margin:36px auto 0 auto;
	width:600px;
	height:50px;
	background:url(../images/portfolio/boxtop.png) no-repeat;
}
div.boxbottom {
	margin:0 auto;
	width:600px;
	height:144px;
	background:url(../images/portfolio/boxbottom.png) no-repeat;
}
.box {
	margin:0 auto;
	width:600px;
	background: url(../images/portfolio/boxinside.png) repeat;
}
.box h1 {
	font-size:3em;
	text-align:center;
	line-height:1em;
	padding:0 0 18px 0;
	margin:0 0 18px 0;
	border-bottom:medium double #CCCCCC;
}
.box h2 {
	font-size:1.5em;
	text-align:left;
	line-height:1em;
	text-decoration:underline;
	margin:1.5em 0 18px 45px;
}
a:link {
	color:inherit;
}
a:visited {
	color:inherit;
}
a:hover {
	color:#00FFFF;
}
a:active {
	color:inherit;
}
.box table {
	letter-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:18px;
	margin:2em 0 0 45px;
}
.box table th, table td {
	padding:0 2em 1em 0;
}
.box table th {
	text-align:left;
}
.box ul {
	list-style:disc inside;
}