/* basic layout */

#wrap {
	margin: auto; 
	width: 800px;
	text-align: left;
	min-height: 100%;
}

#content {
	width: 800px;
	background-color: #fff;
	padding: 0 0 30px 0;
	background-image: url(../images/wrapBg.gif);
	background-repeat: repeat-y;
	float: left;
}

#columnLeft {
	width: 231px;
	float: left;
	background-color: #f0f0f0;
}

#columnRight {
	float: right;
	width: 545px;
	padding: 15px 0 0 15px;
}

#footer {
   clear: both;
	position: relative;
	margin-top: -77px; 
	width: 100%;
	height: 77px;
	font-size: 11px;
	background-image: url(../images/footerBg.gif);
	background-repeat: repeat-x;
}

/* end basic layout */

/* content */

.right {
	float: right;
	margin: 7px 0 0 0;
}

.left {
	float: left;
}

#menu {
	height: 25px;
	/*width: 553px;*/
	margin: 35px 0 0 0;
	float: right;
}

#menu a, #menu a:link, #menu a:visited {
	padding: 2px 15px 0 15px;
	color: #606060;
	height: 23px;
	float: left;
	font-size: 11px;
	background-color: #e5e5e5;
	background-image: url(../images/menuBg.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
}

#last {
	background-image: none !important;
}

#menu a:hover {
	color: Gray;
	text-decoration: none;
}

.bullet, .bullet:link, .bullet:visited {
	float: right;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 75px;
	height: 19px;
	padding: 0 0 0 25px;
	color: #fff;
	text-decoration: none;
}

.bullet:hover {
}

#logo {
	height: 85px;
	width: 100px;
	padding: 0 0 0 15px;
	float: left;
}

#logo img {
	padding: 15px 0 0 0;
}

#menuLeft {
	width: 15px;
	height: 25px;
	background-image: url(../images/menuLeft.gif);
	background-repeat: no-repeat;
	float: left;
}

#menuRight {
	width: 15px;
	height: 25px;
	background-image: url(../images/menuRight.gif);
	background-repeat: no-repeat;
	float: left;
}

#header {
	width: 800px;
	height: 223px;
	padding: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

.author {
	text-align: left;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#columnLeftIn {
	padding: 15px;
}

#columnLeftIn h2 {
	border-bottom: 1px dashed #B2B2B2;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}

#bottom  {
	background-color: #fff;
	background-image: url(../images/contentLeftBottom.gif);
	background-repeat: no-repeat;
	width: 231px;
	height: 23px;
}

#slogan {
	width: 100%;
	height: 125px;
}

#description {
	float: left;
	padding: 15px 15px 0 15px;
	width: 200px;
	color: #fff;
}

.projectBoxL {
	width: 259px;
	background-color: #3584c0;
	float: left;
	color: #fff;
	background-image: url(../images/projectLT.gif);
	background-repeat: no-repeat;
}

.projectIn {
	padding: 15px 17px 0 17px;
}

.projectIn p {
	padding: 5px 0 0 0;
}

.projectIn a, .projectIn a:visited, .projectIn a:link {
	color: #fff;
}

#projectBoxLB {
	background-image: url(../images/projectLB.gif);
	height: 18px;
	width: 259px;
}

.projectBoxR {
	width: 259px;
	background-color: #a0a1a1;
	float: right;
	color: #fff;
	background-image: url(../images/projectRT.gif);
	background-repeat: no-repeat;
}

#projectBoxRB {
	background-image: url(../images/projectRB.gif);
	height: 18px;
	width: 259px;
}

/*end content*/

/* footer */

#footerIn {
	width: 800px;
	height: 42px;
	margin: auto;
	color: #9C9C9C;
	padding: 1px 0 0 0;
}

#footerIn p {
	padding: 0 0 0 0; 
	color: #9C9C9C;
}

#footerIn a, #footerIn a:link, #footerIn a:visited {
	color: #9C9C9C;
	font-weight: normal;
}

#leftf {
	float: left;
}

#leftr {
	float: right;
	text-align: right;
}

/* end footer */

