body {
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
}

#header {
	float: left;
	height: 100px;
	width: 955px;
}

#navbar {
	float: left;
	height: 30px;
	width: 955px;
}

.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#336699;
	background-color: #CCCCCC;
	background-position: center;
	padding: 25px;
	opacity: 1;
	height: 600px;
	width: 800px;
	margin: 0 auto;
}

#blank {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	background-position: center;
	padding: 25px;
	opacity: .80;
	margin: 0px;
}

#blanklg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	width: auto;
	height: 460px;
	background-color: #FFFFFF;
	background-position: center;
	padding: 25px;
	opacity: .80;
	margin: auto;
	overflow: scroll;
}

#blankfull {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	width: 900px;
	height: auto;
	text-align: justify; 
	padding: 25px;
	opacity: 1;
	margin: auto;
}

#blankcolumns {
	width: 1200px;
	height: auto;
	background-color: #CCCCCC;
	background-position: center;
	padding: 25px;
	opacity: 1;
	margin: auto;
}

h1, h2, h3 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #336699;
}

font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #336699;
}

#date {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #336699;
	margin-right: 40px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	height: 50px;
	background-color: #FFFFFF;
	background-position: center;
	padding: 15px;
	opacity: .80;
	margin: 0px;
}

a:link {
	text-decoration: none;
	color: #0033FF;
}

a:visited {
	text-decoration: none;
	color: #000099;
	
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
	color: #666666;
	font-style: oblique;
}



/*html5 info*/
section { 
	margin-bottom: 10px; 
	padding-top: 1px; 
	float: left;
}

#intro h2 a { 
	padding-bottom: 0px; 
}

#intro a.featured { 
	padding-bottom: 0px; 
	border-bottom: none;
}

#intro a img {  
	-webkit-border-radius: 5px; 
	margin-top: 40px; 
	margin-bottom: 5px;
}

#intro a img:hover, #portfolio .work a img:hover, input:hover, textarea:hover { 
	border: #006699 4px solid; 
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

#intro a img:active, #portfolio .work a img:active { 
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

# portfolio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #336699;
}

#portfolio ul.work a { 
	border-bottom: none; 
}

#portfolio ul.work a img { 
	border: #FFFFFF 3px solid; 
	-webkit-border-radius: 5px;
}

#portfolio ul.work { 
	float: left; 
	margin-left: -15px; 
	width: 975px;
}

#portfolio ul.work li { 
	list-style: none; 
	float: left; 
	margin-left: 15px; 
	margin-bottom: 15px;
}

#contentcontainer { 
	width: 960px; 
	margin: 0 auto; 
	position: relative;
	float: none; 
	padding-top: 0px;  
}


@media screen
  {
  	p.test {
  		font-family: verdana,sans-serif;
		font-size: 14px;
	}
  }
  
@media print
  {
  	p.test {
		font-family: times,serif;
		font-size: 6px;
	}
  }
  
@media screen,print
  {
  	p.test {
		font-weight: bold;
	}
  }

