/* wolispace css */

body {margin:0;padding:0;}

#header{position:absolute;top:0px;left:200px;width:500px;height:60px;padding-left:8px;padding-top:8px;}
#nav1{position:absolute;top:10px;left:10px;width:150px;height:100px;padding-left:30px;padding-top:15px;}
#nav2{position:absolute;top:100px;left:0px;width:170px;padding-left:16px;}
#nav3{position:relative;top:50px;left:-16px;width:170px;height:150px}
#form{position:relative;top:70px;left:0px;width:170px;height:150px}
#content{position:absolute;top:85px;left:200px;width:500px;}

#form{padding-left:16px;padding-top:16px;}
#intextarea{font-size:10px;height:60px;width:90px}
#intext{font-size:10px;width:70px}
#inbutton{font-size:10px;width:20px}

.folder01{position:relative;top:0px;left:10px;width:150px;}
.folder02{position:relative;top:0px;left:20px;width:140px;}
.folder03{position:relative;top:0px;left:30px;width:130px;}
.folder04{position:relative;top:0px;left:30px;width:130px;}
.folder05{position:relative;top:0px;left:30px;width:130px;}
.folder06{position:relative;top:0px;left:30px;width:130px;}
.folder07{position:relative;top:0px;left:30px;width:130px;}
.folder08{position:relative;top:0px;left:30px;width:130px;}

/* images */
#header {background:url(../nav_images/body_top.gif) no-repeat;}
#nav1 {background:url(../nav_images/left_top.gif) no-repeat;}
#nav2 {background:url(../nav_images/left_middle.gif) repeat-y;}
#nav3 {background:url(../nav_images/left_bottom.gif) no-repeat;}
#form {background:url(../nav_images/form_background.gif) no-repeat;}


/* fonts */
body{font:76% Tahoma, Arial, Helvetica, sans-serif;}
#intextarea{font:76% Tahoma, Arial, Helvetica, sans-serif;}
#intext{font:76% Tahoma, Arial, Helvetica, sans-serif;}
#inbutton{font:76% Tahoma, Arial, Helvetica, sans-serif;}
h1{font-size:20px;}

/* colour */
body {color:#FFFFFF; background:#000000}

a {text-decoration:none; color:yellow;}
a:hover {text-decoration:none; color:red !important;}
a:visited {text-decoration:none; color:yellow;}
