a:link,a:visited{
	color:#cc0022;
	text-decoration:none;
}
a:hover,a:active{
	color:red;
	text-decoration:none;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	margin:0px;
	padding:0px;
	background-color:#444;
}
#footer{
	background-color:#999;
	color:white;
	border-left:2px dotted black;
	border-right:2px dotted black;
	padding:5px;
	height:20px;
	text-align:center;
	font-weight:bold;
}
#header{
	height:70px;
	margin-left:20px;
}
#header_contact{
	border:2px solid #cc0022;
	height:60px;
	width:150px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	position:relative;
	float:right;
	padding-top:10px;
}
#header_image{
	float:left;
}
#menu{
	position:relative;
	width:500px;
	height:34px;
	z-index:2;
	margin-left:15px;
}
.menu_item{
	color:white;
	font-size:14px;
	cursor:pointer;
	width:122px;
	float:left;
	height:34px;
	margin-right:-10px;
	background-image:url(../images/tab.png);
	background-repeat:no-repeat;
	font-weight:bold;
}
.menu_item_inside{
	margin:13px 0px 0px 10px;
}
.menu_item_over{
	color:white;
	font-size:14px;
	cursor:pointer;
	width:122px;
	float:left;
	height:34px;
	margin-right:-10px;
	background-image:url(../images/tabover.png);
	background-repeat:no-repeat;
	font-weight:bold;
}
#page{
	position:relative;
	padding:0px 10px 0px 0px;
	width:700px;
	margin:auto;
	margin-top:20px;
	background-color:white;
	z-index:1;
}
#page_heading{
	color:white;
	font-size:20px;
	font-weight:bold;
	background-image:url(../images/headerbg.png);
	height:40px;
	width:702px;
	z-index:2;
	position:relative;
	background-color:#707070;
}
#pageShadowT{
	position:absolute;
	top:0px; 
	left:0px; 
	width:100%; 
	height:26px; 
	background-image:url(../images/pagetop.png);
	background-color:#444;	
}
#pageShadowTR{
	position:absolute; 
	top:0px; 
	right:0px; 
	height:26px; 
	width:26px; 
	background-image:url(../images/pagetr.png); 
	background-color:#444;	
	
}
#pageShadowR{
	position:absolute; 
	right:0px; 
	width:12px; 
	height:100%;
	background-image:url(../images/pageright.png);
	background-color:#444;	
}
#pageShadowBR{
	position:absolute; 
	right:0px; 
	bottom:0px; 
	width:34px; 
	height:34px; 
	background-image:url(../images/pagebr.png); 
	background-repeat:no-repeat;
	background-color:#444;	
}
#pageShadowB{
	position:absolute; 
	bottom:0px; 
	left:0px; 
	width:100%; 
	height:34px; 
	background-image:url(../images/pagebottom.png); 
	background-color:#444;	
}
#pageShadowBL{
	position:absolute; 
	left:0px; 
	bottom:0px; 
	width:34px; 
	height:34px; 
	background-image:url(../images/pagebl.png); 
	background-repeat:no-repeat;
	background-color:#444;	
}
#pageShadowL{
	position:absolute; 
	left:0px; 
	width:22px; 
	height:100%;
	background-image:url(../images/pageleft.png); 
	background-color:#444;	
}
#pageShadowTL{
	position:absolute; 
	top:0px; 
	left:0px; 
	height:26px; 
	width:26px; 
	background-image:url(../images/pagetl.png); 
	background-color:#444;	
}
#page_text{
	padding:30px 20px 40px 1px;
}
.page_text_inside{
	position:relative;
	margin-top:20px; 
	padding:5px 5px 5px 5px;
}
#project_picture{
        float:left;
        padding: 0px 10px 10px 0px;
}
