body
{
	margin:0px;
	background:url(images/bg.png) repeat;
}

p,li
{	
	color:#657274;
	font-size:11px;
	font-family:Helvetica;
	line-height:18px;
	letter-spacing:1px;
	}
	
a:link,
a:visited
{
	color:#4daacf;
	font-family:Lucida Sans;
	line-height:18px;
	text-decoration:none;
}

a:hover,
a:active
{
	color:#4FFFFFF;
	font-family:Lucida Sans;
	line-height:18px;
	text-decoration:underline;
}


h1
{
	
	color:#00b6ff;
	font-size:20px;
	font-family: 'Cuprum', arial, serif;
	letter-spacing:1px;
}

#wrapper
{
	margin:0 auto;
	width:950px;
	height:100%;
	background:#ffffff;
	border:solid 1px #bdebff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(PIE.htc);
}
.header
{
	width:100%;
	height:140px;
	padding:0px;
	background: url(images/logo.png) no-repeat;
}
#container
{
	width:950px;
	padding:0px;
	margin:0px;
	border-top:solid 4px #bdebff;


}
.main
{
	padding:0px;
	margin:0px;
	width:930px;
	padding-top:10px;
	margin-left:10px;
}
.left
{
	

	float:left;
	height:320px;
	width:687px;
	padding:10px;
	border-bottom:solid 1px #bdebff;
	border-left:solid 1px #bdebff;
	-webkit-border-radius:0 0 0 10px;
	-moz-border-radius:0 0 0 10px;
	border-radius:0 0 0 10px;
	behavior: url(PIE.htc);
	margin-bottom:20px;

}
.top
{
	padding:10px;

}
img.about 
{
	float:left;
	border:solid 1px #bdebff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior: url(PIE.htc);
	background:#bdebff;
	margin-right:10px;
	margin-bottom:10px;

}
img.portfolio a:link
{
	border:solid 1px #fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior: url(PIE.htc);

}
img.portfolio a:hover
{
	border:solid 1px #bdebff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior: url(PIE.htc);

}
.center
{
	float:left;
	height:380px;
	width:700px;
	padding:10px;
	margin:10px;
}
.right
{
	float:right;
	height:320px;
	width:200px;
	padding:10px;
	background:#d8f4ff;
	border:solid 1px #bdebff;
	-webkit-border-radius:10px 10px 10px 0;
	-moz-border-radius:10px 10px 10px 0;
	border-radius:10px 10px 10px 0;
	behavior: url(PIE.htc);
}
#news
{

}
#releases
{
	margin:10px;
	height:120px;
	width:170px;
	background:#ffffff;
	padding:10px;
	margin:10px;
	border-bottom: 1px dotted #3d7d96;
	z-index:9999;
	position:relative;
}

#footer
{
	width:100%;
	height:40px;
	border-top:solid 4px #bdebff;

}

#footer p
{
		color:#657274;
		font-size:9px;
		font-family:Lucida Sans;
		padding:10px;
}

.menu
{
	width:400px;
	color:#657274;
	padding:0px;
	margin:0px;
	height:23px;
	float:right;

}
.menu ul
{
	display:inline;	
	
}
.menu ul li
{
	display:inline;
		
	
}
.menu ul li a
{
	text-decoration:none;	
	font-family: 'Cuprum', arial, serif;
	font-size:18px;
	padding-left:10px;
	padding-right:10px;
		
	
}
.menu ul li a:link
{
	text-decoration:none;
	color:#657274;
	
}
.menu ul li a:visited
{

	text-decoration:none;
	color:#657274;	
}
.menu ul li a:hover
{
	text-decoration:none;
	color:#00b6ff;
	
}

