﻿/*#############################################################

Author: Icy
Website: PinoyWebDeveloper.com
Date: April 11, 2008

Feel free to use and modify. 
You are not required to provide credits but I would appreciate it.
#############################################################*/

html, body 
{
    background-color:#000000;
}

a:link {color:#00FFFF} /* unvisited link */
a:visited {color:#00FFFF} /* visited link */
a:hover {color:#FF00FF} /* mouse over link */
a:active {color:#0000FF} /* selected link */

h1,h2
{
color:yellow
}

h3,h4,h5,h6
{
color:orange
}

/* start layout */
#wrapper
{    
    margin:0px auto;                   
    width:1000px;
}
#wrapperContent
{
    float:left;                        
    width:90%;
	text-align:center
}
#header                             
{    
    float:left;
    width:100%;    
    background-color:#000;
}
#headerContent
{    
    padding:5px;
    color:#0F0;
}
#navigationMenuMagicBackground         
{
    float:left;
    width:104%;
    background-color:#000000;
}
#navigationMenu
{
    float:left;
    width:14%;
}
#navigationMenuContent
{
    padding:5px;
    color:White;
}
#navigationMenu2
{
    float:right;
    width:18%;        
}
#navigationMenu2Content
{
    padding:5px;
    color:White;
}
#page
{
    float:left;
    width:68%;
    background-color:Black;
}
#pageContent
{   
    padding:5px;
	color:#0F0
}
#footer
{
    float:left;
    width:100%;
    background-color:#000;
}
#footerContent
{
    color:#0F0;
    text-align: center;
    padding:0px;
}
/* end layout */
