		body {
			background: url(_gfx/body_bg.jpg) repeat-x;
			margin: 0px auto;
			text-align: center;
		}
		
		#TopSeparator {
			width: 100%;
			height:40px;
		}
		
		#MainPage {
			margin: 0px auto;
			width: 900px;
			text-align: left;
			border-top: 5px solid #b3c453;
		}
		
		#TopPage {
			background: #fff;
			width: 900px;
			height: 150px;
		}
		
		#Name {
			background: url(_gfx/name.gif) top left no-repeat;
			float: left;
			width: 450px;
			height: 150px;
		}
		
		#Name h1 {
			display: none;
			height: 0px;
			margin: 0px;
		}
		
		#Menu {
			background: #fff;
			float: left;
			width: 450px;
			line-height: 666%;
			text-align: right;
		}
		
		#Menu ul {
			margin-left: 0;
			padding-left: 0;
			display: inline;
		} 
		
		#Menu ul li {
			margin-left: 0;
			padding-right: 22px;
			list-style: none;
			display: inline;
		}
		
		#Menu a {
			font-family: Verdana, Sans-serif;
			font-size: 13px;
			color: #96aa22;
			text-decoration: none;
			font-weight: bold;
			padding-bottom: 3px;
		}
		
		#Menu a:hover {
			color: #a6bc25;
			border-bottom: 3px solid #3d8db4;
		}
		
		#Content {
			background: #fff;
			width: 898px;
			margin-top: -50px;
			float: left;
			border-right: 1px solid #e4e4e4;
			border-left: 1px solid #e4e4e4;
		}
		
		#Content .Text {
			padding-right: 22px;
			padding-left: 22px;
			padding-bottom: 22px;
			font-family: Verdana, Sans-serifl;
			font-size: 12px;
			color: #5c5c5c;
			line-height: 180%;
			text-align: justify;
		}
		
		#Content h2 {
			background: #fff;
			font-family: Verdana, Sans-serifl;
			font-size: 22px;
			font-weight: normal;
			margin-top: 0px;
			margin-bottom: 22px;
			color: #cdd795;
		}
		
		#Content .h2InsideText {
			margin-top: 22px;
		}
		
		#Content a {
			font-family: Verdana, Sans-serifl;
			font-size: 12px;
			color: #49bbcf;
			text-decoration: underline;
		}
		
		#Content a:hover {
			color: #30a2b6;
		}
		
		#Content img {
			border: 0px;
			margin-left: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-right: 5px;			
		}
		
		#Content .Project {
			/*width: 100%;*/
			height: 200px;
			margin-bottom: 20px;
		}
		
		#Content .Thumb {
			width: 435px;
			height: 200px;
			float: left;
			margin-right: 30px;
			border: 5px solid #ddd;
		}
		
		#Content .Thumb:hover {
			border: 5px solid #aad5d2;
		}
		
		#Content h3 {
			background: #fff;
			font-family: Verdana, Sans-serifl;
			font-size: 14px;
			font-weight: bold;
			margin-top: 0px;
			margin-bottom: 5px;
			color: #69bccb;
		}
		
		#Content .Desc {
			float: left;
			width: 340px;
			font-size: 11px;
			line-height: 150%;
		}
		
		#Content .Tech {
			margin-top: 10px;
			font-family: Verdana, Sans-serif;
			font-size: 10px;
			color: #909090;
		}
		
		#Footer {
			background: #b3c453;
			width: 900px;
			float: left;
			padding-top: 15px;
			padding-bottom: 15px;
			margin-bottom: 40px;
		}
		
		#Footer .Text {
			padding-left: 22px;
			padding-right: 22px;
			color: #f2f2f2;
			font-family: Verdana, Sans-serif;
			font-size: 11px;
		}
		
		#Footer a {
			color: #f2f2f2;
			font-family: Verdana, Sans-serif;
			font-size: 11px;
			text-decoration: none;
			padding: 10px;
			height: 30px;
		}
		
		#Footer a:hover {
			background: #c2d077;
		}
		
		#Footer .LeftText {
			float: left;
			margin-left: -10px;
		}
		
		#Footer .RightText {
			float: right;
			margin-right: -10px;
		}