@charset "utf-8";
/* CSS Document */


/*WHOLE PAGE */
.PAGE {background-color:#FF0099; width:80%;
margin:auto;
padding:10px;}

/* HEADER */

.ain {background-color:#3399CC ;margin:auto ;padding:10px;}

.menu {position: relative;top:-50px;}
/* MAIN */
MAIN {background-color:#330099; width:60%; float:left;}
main {position:relative;right:-30px;up:15px;}
h1 {color:#660033}

/* SIDE BAR */
.sidebar {background-color:#0066FF; width:60%; float:left;}
main {position:relative;right:-30px;up:150px;}
h1 {color:#00FF33}

/* SIDEBAR */
.sidebar {background-color:#CCCC00; width:30%; float:right;}

h3 {color:#660033}

.sidebar {position:relative;right:30px;up:50px;}


/* FOOTER */
.footer {background-color:#990033;clear:both;}
.footer {position:relative;left:1px;bottom:-10px;





}