body {
	background-color: #000000;
	text-align: center;
	margin: 0 auto;
}

img {
	border: 0px none;
}

a {
	color: #000;
}

h2, p, td {
	color: #ffffff;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 400px;
}

#main_folio {
	position: relative;
	top: 150px;
	left: 14px;
	margin: 0 auto;
	width: 800px;
}

.footer {
	position: relative;
	font-family: sans;
	margin: 0 auto;
	width: 757px;
}

#footer_mail {
	top: 350px;
}

#footer_our_work {
	position: relative;
	font-family: sans;
	margin: 0px auto;
	width: 757px;
	margin-top: 160px;
}

/*tooltip*/

.tool-tip {
	width: 200px;
	color: #fff;
	text-align: center;
}

.tool-title {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(../images/balloon.png) top left no-repeat !important;
	background: url(../images/balloon.gif) top left no-repeat;
	font-size: 11px;
}

.tool-text {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(../images/balloon.png) bottom left no-repeat !important;
	background: url(../images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}
/*tooltip end*/

#recent_projects {
	width: 262px;
	height: 69px;
	position: relative;
	right: 10px;
}

#bubbles {
	margin-left: 30px;
}

.bubble {
	margin-left: 8px;
}

.project {
}

.project_div {
	border-top: thin solid #444444;
	text-align: left;
}

.project_inner_img {
	width: 75px;
	height: 75px;
	background: #dddddd;
}

.project_outer_img {
	float: left;
	width: 75px;
	height: 150px;
}

.project_title {
}

.big_project_img {
	float: left;
	width: 543px;
	height: 347px;
	background: #dddddd;
}

.big_project_img_clear {
	width: 543px;
	height: 347px;
	margin: 0 0 30px 0;
}

.project_footer {
	clear: both;
	height: 4px;
}

.bit {
	background: #aaa none repeat scroll 0 0;
	border: 0 none;
	float: left;
	height: 10px;
	width: 10px;
	margin: 0 4px 0 0;
}

.blocks {
	display: block;
	list-style-type: none;
	margin-left: 520px;
	margin-top: -10px;
	padding-left: 50px;
	top: 0;
}

.header_our_work {
	background-color: #000000;
	position: fixed;
	z-index: 100;
	left: 50%;
	width: 810px;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-left: -392px;
	margin-bottom: 25px;
}

.header {
	margin-top: 30px;
	padding-bottom: 25px;
	margin-left: 30px;
}


.title {
	margin-right: 8px;
}

#left {
	position: absolute;
	height: 386px;
	right: 305px;
}

#right {
	position: absolute;
	height: 386px;
	left: 493px;
}

#left_image {
	height: 386px;
}

#contact_left {
	position: absolute;
	right: 363px;
	/*Do we set borders on an image level or css level?*/
}

#contact_right {
	position: absolute;
	left: 450px;
	/*Do we set borders on an image level or css level?*/
}

.contact_word {
	float: right;
}

.panel {
	border: thin solid #444444;
}

#we_create { 
	/*visibility: hidden;*/
}

#mail_sent {
	position: absolute;
	right: 543px;
}

.copyright {
	text-align: left;
	font-family: arial;
	font-size: 8px;
}

