/*----- GLOBAL -----*/
body{
text-align:center;
margin:0;
background-image:url(../images/global/body.jpg);
}

p {
margin: 10px;
font-size:13px;
font-color: #344049;
}
p.tag {
margin: 10px;
font-size:9px;
font-color: #344049;
}

.tags {
margin: 15px;
font-size:9px;
font-color: #344049;
}

img {
margin: 0px;
}
.right {
float: right;
}
.left {
float: left;
}
div.onethird {
float: left;
width: 200px;
}
div.twothird {
float: left;
width: 413px;
}
div.full {
float: left;
width: 619px;
}


/*------------------*/
#pattern {
position: absolute;
top: 0;
left: 0;
height: 690px;
width: 100%;
z-index: 0;
background:url(../images/global/pattern.jpg) top left repeat-x;

}

#main_wrapper{
position: absolute;
left: 50%;
top: 1px;
margin-left: -426px;
width:853px;
}

#header{
float:left;
width:853px;
height:44px;
}
#header img{
float:left;
width:853px;
height:44px;
}

#topbanner{
float:left;
width:853px;
background-image:url(../images/global/topbanner.gif);
height:201px;
}

#content_background{
float:left;
background-image:url(../images/global/content_back.jpg);
width:853px;
}

#content {
width:619px;
font-size:12px;
color:#344049;
text-decoration:none;
text-align:left;
padding: 10px 10px 0px 0px;
float:right;
}

#content img {
margin: 10px;
}

#nav_bar{
float:left;
width:190px;
height:600px;
padding-left: 9px;
font-size: 12px;
margin: 5px;
color:#344049;
text-decoration:none;
text-align:left;
}

#nav_barbio{
float:left;
width:190px;
height:340px;
padding-left: 9px;
font-size: 12px;
margin: 5px;
color:#344049;
text-decoration:none;
text-align:left;
}

#footer{
float:left;
background-image:url(../images/global/footer.gif);
width:853px;
height:44px;
}
