#container
{
	margin: 0 auto;
	width: 750px;
	background: rgba(255, 255, 255, 1);
}

#header
{
	background: rgba(255, 255, 255, 1);
	padding: 0px;
}

#header h1 
{ 
	margin: 0;
	font-family: Myriad Pro, Verdana, Verdana; src: url('../font/Myriadpro.otf');
	font-weight:100;
	font-size:300%;
	background: rgba(255, 255, 255, 1);
}
#header a { color: rgba(0, 0, 0, 1); }
#header a:hover { color: rgba(0, 0, 0, 0.4); }
a { text-decoration:none;}

#navigation_left
{
	text-align: center;
	float: left;
	padding: 5px 0;
	color: rgb(0, 174, 239);
	font-family:Myriad Pro, Verdana; src: url('../font/Myriadpro.otf');
	font-weight:lighter;
	text-decoration: none;
	border-right: 1px solid rgb(199, 199, 199);
	border-bottom: 1px solid rgb(199, 199, 199);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 60%, from(#FFFFFF), to(#ECECEC), color-stop(1,#EDEDEC));
	width: 230px;
	padding: 10px 0;
	margin: 0 0 0 0px;
}
#navigation_left a { color: rgba(0, 174, 239, 1); }
#navigation_left a:hover { color: rgba(0, 174, 239, 0.4); }
#navigation_center 
{
	display: inline;
	text-align: center;
	float: left;
	padding: 5px 0;
	color: rgb(236, 0, 140);
	font-family:Myriad Pro, Verdana; src: url('../font/Myriadpro.otf');
	font-weight:lighter;
	text-decoration: none;
	border-right: 1px solid rgb(199, 199, 199);
	border-bottom: 1px solid rgb(199, 199, 199);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 60%, from(#FFFFFF), to(#ECECEC), color-stop(1,#EDEDEC));
	width: 280px;
	padding: 10px 0;
	margin: 0 0 0 0px;
}
#navigation_center a { color: rgba(236, 0, 140, 1); }
#navigation_center a:hover { color: rgba(236, 0, 140, 0.4); }
#navigation_right 
{
	display: inline;
	text-align: center;
	float: left;
	padding: 5px 0;
	color: rgb(0, 166, 81);
	font-family:Myriad Pro, Verdana; src: url('../font/Myriadpro.otf');
	font-weight:lighter;
	text-decoration: none;
	border-bottom: 1px solid rgb(199, 199, 199);
	background-image: -webkit-gradient(linear, 0% 20%, 0% 60%, from(#FFFFFF), to(#ECECEC), color-stop(1,#EDEDEC));
	width: 220px;
	padding: 10px 0;
	margin: 0 0 0 0px;
}
#navigation_right a { color: rgba(0, 166, 81, 1); }
#navigation_right a:hover { color: rgba(0, 166, 81, 0.4); }

#idesignbanner
{
	width: 750px;
	height: 320px;
	background-image: url(../img/id.jpg);
	background-repeat:no-repeat;
}

#content-container
{
	float: left;
	width: 750px;
}
#content-cv
{
	float: center;
	width: 750px;
	height: 530px;
	text-align: justify;
}
#gallery
{
	width: 750px;
}
#left
{
	float: left; 
	width: 200px;
	font-family:Myriad Pro, Verdana;
	font-weight:100;
	text-align: justify;
	padding: 30px 0;
	margin: 0 0 0 0px;
}
hr
{
	width: 0px;
	height: 200px;
	background-color: rgb(199, 199, 199);
	margin: 0 20px 20px 0;
	float:left;
}
#center
{
	float: right;
	width: 240px;
	font-family:Myriad Pro, Verdana; src: url('../font/Myriadpro.otf');
	font-weight:100;
	text-align: justify;
	padding: 30px 0;
	margin: 0 0 0px 0px;
}
#right
{
	float: right; 
	width: 240px;
	font-family:Myriad Pro, Verdana; src: url('../font/Myriadpro.otf');
	font-weight:100;
	text-align: justify;
	padding: 30px 10px;
	margin: 0 0 0 20px;
}
#left-cv
{
	float: left; 
	width: 200px;
	font-family:Myriad Pro, Verdana;
	font-weight:100;
	text-align: justify;
	padding: 0px 0;
	margin: 0 0 0 0px;
}
#left-cv2
{
	float: right; 
	width: 220px;
	font-family:Myriad Pro, Verdana; src: url('../font/Myriadpro.otf');
	font-weight:100;
	font-size: 80%;
	text-align: justify;
	padding: 0px 20px;
	margin: 0 0 0 10px;
}
#right-cv
{
	float: right; 
	width: 220px;
	font-family:Myriad Pro, Verdana; src: url('../font/Myriadpro.otf');
	font-weight:100;
	font-size: 80%;
	text-align: justify;
	padding: 30px 10px;
	margin: 0 0 0 20px;
}
#center-cv
{
	float: right;
	width: 240px;
	font-family:Myriad Pro, Verdana; src: url('../font/Myriadpro.otf');
	font-weight:100;
	font-size: 80%;
	text-align: justify;
	padding: 30px 0;
	margin: 0 0 0px 0px;
}
#footer
{
	clear: left;
	color: rgba(0, 0, 0, 1);
	font-family:Myriad Pro, Verdana; src: url('../font/Myriadpro.otf');
	font-weight:100;
	text-align:center; 
	border-top: 1px solid rgb(199, 199, 199);
	font-size:80%;
	padding: 20px;
	background-image: -webkit-gradient(linear, 0% 20%, 0% 60%, from(#EDEDEC), to(#FFFFFF), color-stop(1,#EDEDEC));
	width: 700px;
}
.image
{
	border: 1px solid #CCC;
    padding: 0px;
	margin: 20px;
    -moz-box-shadow: 7px 7px 7px #666;
    -webkit-box-shadow: 7px 7px 7px #666;
    box-shadow: 7px 7px 7px #666;
}
a:hover img.image {
opacity: 0.5; -ms-filter: "alpha (opacity=50)"; filter: alpha (opacity=50); 
}
.image_cv
{
	border: 0px solid #CCC;
    padding: 20px;
	margin: 20px 20px 20px 0;
   
}
h22
{
	font-size: 100%;
	font-weight:100;
	color: rgb(0, 174, 239);
}

h33
{
	font-size: 100%;
	font-weight:100;
	color:rgb(236, 0, 140);
}

h44
{
	font-size: 100%;
	font-weight:100;
	color:rgb(0, 166, 81);
}
h55
{
	font-weight:bold;
}	
#overlay 
{ 
	visibility: visible; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width:100%; 
	height:100%; 
	text-align:center; 
	z-index: 1000; 
}
#overlay div 
{ 
	width:300px; 
	margin: 100px auto; 
	border-radius: 5px;
	font-family: Myriad Pro, Verdana, Verdana; src: url('../font/Myriadpro.otf');
	background-color: rgba(255, 255, 255, 1); 
	border:1px solid rgba(0, 0, 0, 0.4); 
	padding:15px; 
	text-align:center; 
}
