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

#container { width:1000px;
margin:20px;

}
body {background-color:#FFF;}

#left { width:150px; float:left;}

#right {width:750px; float:right; margin-left:10px;}

a{margin-left: 30px; text-decoration:none;}

img{border:hidden;}

a:link {color:#000} /* unvisited link */
a:visited {color:#000} /* visited link */
a:hover {color:#000} /* mouse over link */
a:active {color:#000} /* selected link */


