@charset "UTF-8";
/* CSS Document */

a:link {color:white; background:black; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
a:visited {color:#ffd800; background:black; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
a:hover {color:black; background:white; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:14px;}
a:active {color:#ffd800; background:black; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}

a.home:link {text-decoration:none; color:white; background:white;}
a.home:visited {text-decoration:none; color:white; background:white;}
a.home:hover  {text-decoration:none; color:white; background:white;}
a.home:active{text-decoration:none; color:white; background:white;}

a.dit:link {text-decoration:none; color:#ffd800; background:white;}
a.dit:visited {text-decoration:none; color:#ffd800; background:white;}
a.dit:hover {text-decoration:none; color:black;background:white; font-size:12px;}
a.dit:active {text-decoration:none; color:black; background:white;}

.right {text-align:right; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

.logo {position:relative; left:65px;}

.name {color:black; font-size:16px; padding-top:11px; font-family:Arial, Helvetica, sans-serif;}

.title {font-family:Arial, Helvetica, sans-serif; font-style:italic; font-size:12px;}

.info {font-family:Arial, Helvetica, sans-serif; font-size:12px;}


#container {position:relative; margin:auto; background:white; width:730px;
}

#nav {float:left; width:200px; /*background:#ffd800;*/ background:white;
}

#content  {float:left; width:480px; background:white; padding:20px; padding-top:89px;
}

#after { clear: both; background:white;  width:730px; }
