body {
	margin:0;
	text-align: center;
	background-color:#90b053;
	background: url('../images/bg_repeat.jpg') repeat-x #90b053;
	font-family:Arial, Helvetica, sans-serif;
}

strong {font-weight:bold;}
em {font-style:italic;}

.clear {clear:both;}

img {border:0;}

a {
	cursor:pointer;
	color:#cc6600;
	text-decoration:none;
}

a:hover {
	cursor:pointer;
	color:#cc6600;
	text-decoration:underline;
}

#wrapper {
	background:url('../images/shadow_repeat.png') repeat-y;
	width: 981px;
	min-height:989px;
	margin:0 auto;
	top:0px;
}

#container {
	background: url('../images/bg_brown_repeat.jpg') repeat-x;
	background-color: #6f6351;
	width: 971px;
	min-height: 989px;
	text-align:center;
	margin:0 auto 30px auto;
	top: 0px;
	padding-bottom:50px;
}

/* Banner / Logo */

#content {
	background:url('../images/white_bg_repeat.jpg') repeat-y;
	width:900px;
	min-height:500px;
	margin:0 auto 50px auto;
	padding-bottom:5px;
}

#PORlogo {
	float:right;
	margin:40px 25px 20px 0;
	width: 334px;
	height: 47px;
}

#banner {
	background: url('../images/banner_2.jpg');
	background-repeat: no-repeat;
	margin:0 auto;
	width: 868px;
	height: 202px;
}

#white_dots {
	background:url('../images/white_dots.jpg') bottom;
	width:858px;
	height:120px;
	margin:0 auto 30px auto;
}


/* Content / Left Column */

#left_column {
	float:left;
	text-align:left;
	color: #666;
	width: 534px;
	min-height:400px;
	padding:0 24px 0 35px;
	margin:30px 0;
	border-right:1px solid #978c7b;
}

#left_column .bullet {
	margin-bottom:15px;
}

#left_column .bullet img {
	margin-right:15px;
}

#left_column p {
	margin-top:20px;
}

#left_column p a {
	color:#e78900;
}

#left_column ul {
	margin:0;
	list-style-type:none;
	text-indent:0;
	padding-left:25px;
}

h1 {
	color:#cc6600;
	font-size:16px;
	margin:0;
}

h1.upper {
	color:#cc6600;
	font-size:16px;
	margin:0;
	text-transform:uppercase;
}

#left_column .grey {color:#978c7b;}

h2 {
	color:#978c7b;
	font-size:1.1em;
	margin:0;
}

.orange_bold {
	color: #cc6600;
	font-weight:bold;
	margin-bottom:10px;
}



/* Right column */


#right_column {
	float:right;
	text-align:left;
	font-size: 0.8em;
	width: 236px;
	padding:0 45px 0 25px;
	margin:30px auto 0 auto;
}

#right_column ul#sub_nav {
	margin:0;
	list-style-type:none;
	text-indent:0;
	padding-left:25px;
}

#right_column ul#sub_nav li.top {
	margin-left:-20px;
}

#right_column ul#sub_nav li {
	padding:2px 0;
}

#right_column ul#sub_nav li a.selected {
	color:#000;
}

#right_column img.quote {
	margin-top:45px;
}

#right_column #quote p {
	font-size:0.8em;
	line-height:1.9em;
	color:#678431;
	text-transform:uppercase;
	margin-top:20px;
}

#right_column #download {
	margin-top:32px;
	font-size:0.9em;
}

#right_column img.download {
	float:left;
	margin-right:15px;
}