/*
Brown Portal Page
*/

body {
margin: 0 auto;
background:	#c70009 url(../portal_img/body_bg.jpg) repeat-y top center;
font-family: Helvetica, arial, sans-serif;
}

/* structure ---------------*/

#wrapper {
display: block;
width: 680px;
margin: 0 auto;	
}

#intro {
display: block;
width: 600px;
height: 300px;
margin: 55px auto 0 auto;
}

#left {
display: block;
width: 330px;
float: left;
border-right: #c70009 1px solid;	
}

#right {
display: block;
width: 330px;
float: right;	
}

#footer {
display: block;
width: 680px;
padding: 75px 0 0 0;
text-align: center;
clear: both;	
}


/* text ---------------*/

h1 {
font-size: 26px;
color: #c70009;
font-weight: bold;
}

h2 {
font-size: 20px;
color: #c70009;	
}

h3 {
font-size: 13px;
line-height: 19px;
color: #555;	
}

p {
font-size: 10px;
color: #000;
line-height: 13px;	
}

p.company {
display: block;
width: 230px;
margin: 0 0 0 40px;	
}

/* anchors ---------------*/




/* misc ---------------*/

img {
border: none;	
}

img.logos {
display: block;
margin: 0 auto;
}




