#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 180px;
	margin: 10px 0 0 0;
	background: url(images/patima.jpg);
}

#header h1{
    text-align:right;
    color: #616369;
    padding: 40px 50px;
    font-style: italic;
}

#content {
	border-right: 10px solid #FFD700;
	border-left: 10px solid #FFD700;
	border-bottom: 10px solid #FFD700;
	padding: 10px 20px;
}

#content table{
	border-width:1px;
    border-style:solid; 
	text-align:left;
	font-family: "Courier New", SimSun;	
	font-size: 12px;
}
#content tr.grey{
    background:#dddddd;
}

#content .portfolio-item img{
    height:200px;
	width: 300px;
}
#content .portfolio-item p{
	font-weight: bold;
}

#nav {
	width: 960px;
	overflow: hidden;
}

#nav a {
	width: 191px;
	height: 35px;
	float: left;
	padding: 12px 0 0 0;
	background: url(images/nav.jpg);
	border-right: 1px outset #FFD700;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #00FF00;
}

#nav a:hover {
	background: url(images/nav_hover.jpg);
	color: #FFFF00;
}

#footer p {
	text-align: center;
	font-family: "Times New Roman", "Courier New";
	color: #FFD700;
	font-size: 11px;
}