@charset "utf-8";
/* CSS Document */
*{border:0; margin:0; /*padding:0;*/}
/*-------------------------------ID DEFINITIONS-------------------------------*/
#navigation{ margin:10px 20px;}

#content{ width:643px; position:relative; margin:10px; right:50%; margin-right:-321px; background: url(../images/pasContent.gif) right repeat-y; }
#contentTop{ min-height:38px; height:38px; background: url(../images/header.gif) top right no-repeat; padding-top:10px; text-align:center;}

#contentBody{ margin:20px 40px;}
#portriat{ float:right;}
#contentBody p{ margin:10px 0;}

#contentBottom{ min-height:80px; height:80px; background: url(../images/contentBottom.gif) top right no-repeat; clear:both;}

/*-------------------------------TAG DEFINITIONS-------------------------------*/
h1{ text-decoration:none; color:#16429f;}
p, div{ color:#5f5436; }
