* {
margin: 0px;
padding: 0px;
}

body {
width: 100%;
background: #fff url(../images/repeat-x.jpg) repeat-x;
}

#nav {
background: url(../images/nb.jpg) repeat-x;
height: 53px;
top: 0px;
color: #bcbcbc;
}

ul.nav {
list-style-type:none;
margin:10;
padding: 10;
text-align: center;
font-size: 30px;
}
li{
display:inline;
font-family: sans serif, verdana, Kozuka Gothic Pro;
text-decoration:none;
}
a:link {color:#bcbcbc;}      /* unvisited link */
a:visited {color:#bcbcbc;}  /* visited link */
a:hover {color:#8b8b8b;}  /* mouse over link */
a:active {color:#fff;}  /* selected link */

#banner {
text-align: center;
}
#container {
	/*width: 100%; */
	margin-right: auto;
	margin-left: auto;
	/*text-align:left;*/
}

#myWork{
		width: 100%;
		/*float:left;
		margin-left: 5%;
		margin-right: auto; */
		}
		
		#myWork .title{
			width:309px;
			height:56px;
			background:url(../images/mywork.png) no-repeat;
		}
		
		#myWork .title h2{
			display:none;
		}

/* Boxes */
	
			.boxgrid{ 
				width: 325px; 
				height: 260px; 
				margin:10px; 
				float:left;
				background:#161613; 
				overflow: hidden;
				position: relative;
				border: solid 10px #8399AF;
			}
				.boxgrid img{ 
					position: absolute;
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: left;
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .7; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
					top: 220px;
					left: 0;
 				}
				
			.boxcaption h3 {
				margin: 10px 10px 5px 10px; 
				color:#FFF;
				font:17pt Arial, Helvetica, sans-serif; 
				font-weight:normal;
				}

/* Footer */
#footer {
	width: 980px;
	float: left;
	padding: 20px 20px 10px 5px;
	margin: 10px 10px 0 0;
	border-top:1px dotted #000;
	margin-left: 150px;
}
