body {
    background-color: white;
    height: 100%;
    margin: 0px;
	margin-bottom:50px;
    padding: 0px;
    color: white;
    text-align: center;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active, a:hover {
	color:#c00;
	text-decoration: none;
}

a img {
	border: 0px;
}

div.centered {
	border: 0px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	color: black;
}

div.vcentered {
	border: 0px;
	background-color: white;
	height: 1px;
	width: 50%;
	position: absolute;
	left: 25%;
	top: 50%;
	margin-top:-45px;
	color: black;
}

/* Code related layout */
div.code_box {
	border: 0px;
	background-color: #fff;
	height: 100px;
	width: 450px;
	margin-right:auto;
	margin-left:auto;
	margin-top:25px;
	text-align: center;
}

div.code_box div.description {
	background-color: #fff;
	text-align: center;
	margin-top: 15px;
	margin-left: 100px;
	height: 100px;
	border: 5px;
	color: black;
}

div.code_box img.icon {
	width: 50px;
	height: 50px;
	margin-left: 25px;
	margin-top: 25px;
	float: left;
}

div.code_title {
	margin-top: 30px;
	text-align: center;
}

div.code_content {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 25px;
	background-color: #fff;
	text-align: left;
	color: black;
}

div.code_content h2 {
	font-size: 12px;
}


/* Photo related layout */
div.photo_box {
	border: 0px;
	background-color: #fff;
	height: 100px;
	width: 450px;
	margin-right:auto;
	margin-left:auto;
	margin-top:25px;
	text-align: center;
}
div.photo_box div.description {
	background-color: #fff;
	text-align: left;
	margin-top: 15px;
	margin-left: 100px;
	height: 50px;
	border: 5px;
	color: black;
}
div.photo_box img.icon {
	width: 50px;
	height: 50px;
	margin-left: 25px;
	float: left;
	margin-top: 25px;
	border:2px solid #000;
}

div.photo_details {
	text-align: right;
	font-size: 10px;
	color: #666666;
	vertical-align: bottom;
}

div.photo_thumbs {
	border: 0px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	text-align: center;
}

div.photo_big {
	border: 0px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
}

div.photo_big img {
	border-style: solid; 
	border-width: 0px; 
	border-color: #000; 
}

div.photo_description {
	background-color: #fff;
	text-align: center;
	color: black;
}


/* About related layout */
div.about_title {
	margin-top: 30px;
	text-align: center;
}
div.about_content {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 25px;
	background-color: #fff;
	text-align: left;
	color: black;
}

div.about_content h2 {
	font-size: 12px;
}



/* Images layout */
img.title {
	margin-top: 5px;
	margin-left: -75px;
	text-align: center;
}

img.screenshot {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

img.photo_thumb{
	border: 0px;
}

img.photo_big{
	border: 10px solid #FFF;
}


/* Menu display */ 

#code_menu {
    border: 0 none;
    height: 14px;
    width: 30px;
}

#code_menu:hover {
    background: url(/images/menu/code_red.png) top no-repeat;
    height: 0px;
    padding: 14px 0px 0px;
}

#about_menu {
    
    border: 0 none;
    height: 14px;
    width: 38px;
}

#about_menu:hover {
	background: url(/images/menu/about_red.png) top no-repeat;
	height: 0px;
    padding: 14px 0px 0px;
}

#graphics_menu {
    border: 0 none;
    height: 14px;
    width: 56px;
}

#graphics_menu:hover {
    background: url(/images/menu/graphics_red.png) top no-repeat;
    height: 0px;
    padding: 14px 0px 0px;
}

#photography_menu {
    border: 0 none;
    height: 14px;
    width: 80px;
}

#photography_menu:hover {
    background: url(/images/menu/photography_red.png) top no-repeat;
    height: 0px;
    padding: 14px 0px 0px;
}

