/* General */

* { 
	margin:0px; 
	padding: 0px; 
}

html, body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #797979; 
	height:100%;
}

a {
	text-decoration:none;
	color:#fe0000;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:15px;
	color:#fe0000;
}

h2 {
	font-size:12px;
}

h2 a {
	color: #353535;
}

img {
	border:0;
}

td {
	vertical-align:top;
	padding:0 10px 10px 0;
}

.clear {
	clear:both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* Main */

body {
  background-image:url(../images/detail/bg.gif);
  background-repeat:repeat;
}

#container {
  width:750px;
  margin:0 auto;
  height:100%;
  min-height:100%;
  background-color:#ffffff;
  position:relative;
  background-image:url(../images/detail/eye.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  border-right:1px solid #a9a9a9;
  border-left:1px solid #a9a9a9;
}

html>body #container {
	height:auto;
}

/* header */
.intro {
	width:310px;
	float:right;
	margin:90px 0 0 0;
}

.intro p {
	padding:11px 0;
	width:265px;
	text-align:justify;
}

/* content */
.content {
	width:680px;
	float:left;
	margin:50px 0 0 25px;
	padding:0 0 0 10px;
}

.project {
	width:680px;
	border-bottom:1px dotted #aaaaaa;
	padding:20px 0 20px 0;
	text-align:justify;
}

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

.project p span a{
	display:block;
	outline:none;
	color:#ff0000;
}

.project p a {
	color:#797979;
}



