/* 
    AUTHOR: YOUR NAME HERE
            you@domain.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 12px "Century Gothic", Tahoma, sans-serif; }
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#page-wrap {
	width: 1161px;
	height: 587px;
	margin: 0 auto;
	margin-top:2px;
	
}

a{
	color: #000;
	text-decoration:underline;
}

a:hover{
	color:#666;
}
#page-wrap2 {
	width: 1161px;
	height: 587px;
	margin: 0 auto;
	margin-top:20px;
	/*background: url(images/inner_bg.jpg) no-repeat right;*/
}

#page-wrap4 {
	width: 1161px;
	height: 587px;
	margin: 0 auto;
	margin-top:20px;
	background: url(images/inner_bg.jpg) no-repeat right;
}
#innerbox{
	width: 632px;
	height: 402px;
	background:url(images/inner_bg_box.gif) no-repeat;
	float: right;

}

#innerbox5{
	width: 632px;
	height: 402px;
	float: right;
	background: url(images/inner_boxbg_plaim.gif) no-repeat;

}

#innerbox4{
	width: 632px;
	height: 402px;
	/*background:url(images/inner_bg_box.gif) no-repeat;*/
	float: left;

}


#page-wrap3 {
	width: 1161px;
	height: 587px;
	margin: 0 auto;
	margin-top:20px;
	
}


#menu{
	width: 377px;
	height: 84px;
	padding-top: 237px;
}

#services{
	width: 700px;

	padding-left: 250px;
	margin-top:3px;
}

#profile{
	width: 900px;
	margin: 70px auto;
}

#profile_text{
	width: 200px;
	float: left;
	padding-left: 10px;
	border-left: 2px solid #CCC;
}

#profile_text a{
	text-decoration: none;
}

.blue{
color:#3CC; 
font-size: 20px;
font-weight: bold;
}
#profilepics{
	width: 210px;
	float: right;
	margin-top: 70px;
	margin-right: 20px;
	
}
.maintext{
	font: 12px "Century Gothic", Tahoma, sans-serif;
}
.title{
	font: 18px "Century Gothic", Tahoma, sans-serif;
}

#project{
	width: 850px;
	margin: 20px auto;
}

#innermenu{
	width: 390px;
	float: right;
}

#innermenu a{
	font: bold 16px "Century Gothic", Tahoma, sans-serif;
	color: #666;
	text-transform: lowercase;
	
}

#innermenu a:hover{
	color: #999;
}

#comingsoon{
	font: 15px "Century Gothic", sans-serif;
	width: 300px;
	margin: 180px auto;
	text-align: center;
}
/* END STRUCTURE */