/* CSS DOCUMENT						*/
/* http://miniondesign.com/stylesheet.css		*/

/* html selectors*/
body {
	background-image: url(images/0408/lightStripeRTL.jpg);
	margin: 0;
}
h2 {
	font-size: 1.2em; font-weight: normal;
}
a, a:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
}
ul {
	list-style-type: none;
	text-align: right;
	padding: 2px 4px 0 0;
}

	/*layout*/
#wrapper {
	width: 600px;
	margin: 40px auto auto;
}
#mainContainer {
	width: 510px;
	overflow: hidden;
}

	/*main content*/
#displayBanner {
	margin-left: 90px;
	margin-bottom: 6px;
	font: 1.8em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
#navigation {
	width: 80px;
	float: left;
	text-decoration: none;
}
#navigation a {
	color: #222;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}
#navigation a:hover{
	color: #999;
}
#displayContent {
	width: 412px;
	padding-right: 4px;
	padding-left: 4px;
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 6px;
	border-radius: 10px;
	font: normal 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fff;
}

	/*portfolio section examples*/
	#projectOverview1, #projectOverview2, #projectOverview3, #projectOverview4, #displaySetup, #contentA, #contentP /*, #contentC*/ {}

.projectName{ 
	font-size: 0.8em;
	padding-right: 8px;
	padding-left: 8px;
}

.po {
	font-size: 0.6em;
	padding-right: 8px;
	padding-left: 8px;
}
.screenShot {
	text-align: left;
}
	/*contact form styles*/
	