html, body {
margin:0;
padding:0;
font-size:1em;
font-family:Arial, sans-serif;
color:#464646;
height:100%;
} 

div#prm_container{
margin:5px;
width:1000px;
margin:auto;
text-align:left;
}

div#prm_container a {text-decoration:none; color:#999999;}
div#prm_container a:hover {color: #0033CC; text-decoration:underline;}
div#prm_container ul {border:0; margin:0px 0px 0px 15px; padding:0; list-style-type:circle; font-weight:bold; font-size:1em;}
div#prm_container li {margin:0; padding:.01em 0; text-indent:.5em;color:#0033CC}



div#prm_header{
background-attachment: fixed; 
background-image: url(/img/header_logo.gif);
background-repeat: no-repeat; 
background-position: center top;
margin:5px 0 0 0;
padding:5px;
height:200px;
}


div#prm_left_side{
background:#FFFFFF;
padding:5px;
width:195px;
float:left;
margin:5px;
margin-left:0;
height:100%;
}


div#prm_item_fieldname{color:#0033CC; font-weight:bold}
div#prm_review_name{color:#0033CC; font-weight:bold; font-size:30px}
div#prm_review_rating{color:#0033CC; font-weight:bold; font-size:60px}
div#prm_review_fieldname{color:#0033CC; font-weight:bold}

div#prm_content{
border-style: dashed;
border-width: thin;
border-color:#0033CC;
border-bottom:none;
padding:5px;
width:560px;
float:left;
margin:5px 0 5px 0;
height:150%;
}


div#prm_right_side{
background:#FFFFFF;
padding:5px;
width:195px; 
float:right;
margin:5px;
margin-right:0;
height:100%;
}

div#prm_footer{
clear:both;
background: #FFFFFF;
color: #999999;
margin-top:12px;
border-style:dashed;
border-width: thin;
border-bottom:none;
border-left:none;
border-right:none;
border-color:#0033CC;
text-align:center;
margin:0 0 5px 0;
height:40px;
}
div#prm_footer p{margin:0;padding:5px 10px}

/* forms */
.input
{
border: 1px solid #0033CC;
};

.formbutton
{
border:1px;
background-color: #0033CC;
font-weight: bold;
color: #FFFFFF;
};
