/* CSS Document */

body {
	background-color: #FFFFFF; 
	margin-top:20px;
	padding:0px;
	font-family: Arial;
	background-color: #FFFFFF;
	color: #1A1A1A;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0;
	text-indent: 0px;
	line-height: 14px;
	font-size: 11px;
}

.clear
{
    clear:both;
}



/*---------------- header --------------------*/

.wrapper {
	margin: auto;
	width: 710px;

}

.menu_holder {
	width: 710px;
	float: left;
	margin-bottom: 10px;
}

.menu {
	width: 170px;
	height: 60px;
	float: left;
	border-bottom:#CCCCCC 1px solid;
	border-top:#000000 3px solid;
	margin-right: 10px;
	padding-top: 10px;
}

.menu_contact {
	width: 350px;
	height: 60px;
	float: left;
	border-bottom:#CCCCCC 1px solid;
	border-top:#000000 3px solid;
	margin-right: 0px;
	margin-left:0px;
	padding-top: 10px;
}

.underline {
	text-decoration:underline;
}

.name {
	font-weight: bold; 
}

/*---------------- content ----------------*/

.content {
	float:left;
	width: 710px;
}

.project_holder {
	float: left;
	width:710px;
	margin-bottom: 10px;
}

.project_pic {
	margin-bottom: 10px;
	float:left;
}

.project_pic_portrait {
	margin-bottom: 10px;
	margin-right:10px;
	float:left;
	width:350px;
}

.project_title {
	float: left;
	width: 170px;
	margin-right: 10px;
	border-bottom:#CCCCCC 1px solid;
	height: 90px;
}

.project_text {
	float: left;
	width:350px;
	padding-bottom: 0px;
	height: 90px;
	border-bottom:#CCCCCC 1px solid;
	margin-right: 0px;
}
	
.content p {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*--------------- about -------------------*/

.about_title {
	float: left;
	width: 170px;
	margin-right: 10px;
	border-bottom:#CCCCCC 1px solid;
	height: 120px;
	margin-left: 0px;
}

.about_text {
	float: left;
	width:350px;
	padding-bottom: 0px;
	height: 120px;
	border-bottom:#CCCCCC 1px solid;
	margin-right: 0px;
	margin-left:0px;
}

/*--------------- project -------------------*/

.project_nav {
	float: left;
	width: 170px;
	margin-right: 10px;
	border-bottom:#CCCCCC 1px solid;
	height: 60px;
}

.project_blank {
	float: left;
	width:350px;
	padding-bottom: 0px;
	height: 60px;
	border-bottom:#CCCCCC 1px solid;
}

/*--------------- type --------------------*/

.menu a:link,
.menu a:active,
.menu a:visited
{
    text-decoration: none;
    color: #000000;
}

.menu a:hover
{
    text-decoration: underline;
}

.project_nav a:link,
.project_nav a:active,
.project_nav a:visited
{
    text-decoration: none;
    color: #000000;
}

.project_nav a:hover
{
    text-decoration: underline;
}

.menu_contact a:link,
.menu_contact a:active,
.menu_contact a:visited
{
    text-decoration: none;
    color: #000000;
}

.menu_contact a:hover
{
    text-decoration: underline;
}

.about_title a:link,
.about_title a:active,
.about_title a:visited
{
    text-decoration: none;
    color: #000000;
}

.about_title a:hover
{
    text-decoration: underline;
}

.project_text a:link,
.project_text a:active,
.project_text a:visited
{
    text-decoration: none;
    color: #000000;
}

.project_text a:hover
{
    text-decoration: underline;
}

