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

BODY
{color:black;
background-color:white;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size:14px;
}

p{
  margin-top: 0px;
  margin-bottom: 0px;
}

a:link {text-decoration:none} 
a:link {color:#6CF}
a:visited {text-decoration:none}
a:visted {color:black}
a:active {text-decoration:none}
a:hover {text-decoration:none}

#wrap {
width:960px;
height:800px;
margin:0 auto;
}

#header {
width:960px;
height:60px;
text-align:center;
font-size:40px;;
}

#nav {
width:960px;
height:90px;
text-align:center;
font-size:20px;
color:#6CF;
}

#picture {
width:620px;
height:400px;
float:right;
text-align:leftt;
}

#body {
width:340px;
text-align:justify;
float:left;
}

#home {
width:960px;
height:400px;
text-align:justify;

}

#button {
width:960px;
height:250px;
text-align:center;}


#current {
	color:#0FF;
}

#categories {
	color: #6CF;
}

