/* This changes your link colors */
A:link 
{ text-decoration: none; color: #FFFFFF; }
A:visited 
{ text-decoration: none; color: #FFFFFF; }
A:active
{ text-decoration: none; color: #FFFFFF; }
A:hover 
{ text-decoration: underline; color: #FFFFFF; }


/* This changes the basic properties of your layout */
body
{ font-family: Verdana; sans serif; helvetica;
color: #333333;
font-size: 9px;
background-color: #feb300;
background-image: url('http://i203.photobucket.com/albums/aa140/teamrango/orange_tileable.jpg');
text-align: justify;
margin-bottom: 5px; 
margin-right: 0px; 
margin-top: 5px;
}


/* This code centers your layout */
#centerlayout {
margin-left: -380px;
margin-right: 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
width: 800px;
left: 50%;
top: 0%;
position: absolute;
}


/* This code controls the properties of your left menu */
#leftmenu
{ font-family: Verdana; sans serif; helvetica;
color: #FFFFFF;
font-size: 9px;
background-color: #fc9413;
background-image: url('http://i203.photobucket.com/albums/aa140/teamrango/buizellayoutleftmenu.png');
text-align: left;
border: 1px dashed #feb300;
width:125px;
height:300px;
}


/* This code controls the properties of your right menu */
#rightmenu
{ font-family: Verdana; sans serif; helvetica;
color: #FFFFFF;
font-size: 9px;
background-color: #fc9413;
background-image: url('http://i203.photobucket.com/albums/aa140/teamrango/buizellayoutrightmenu.png');
text-align: right;
border: 1px dashed #feb300;
width:125px;
height:300px;
}


/* This code controls the properties of your content */
#content
{ font-family: Verdana; sans serif; helvetica;
color: #000000;
width:550px;
height:300px;
font-size: 9px;
background-color: #fc9413;
border: 1px dashed #feb300;
}


/* This code controls the properties of your disclaimer */
#disclaimer
{ font-family: Verdana; sans serif; helvetica;
color: #000000;
font-size: 9px;
background-color: #fc9413;
background-image: url(' ');
border: 1px dashed #feb300;
text-align:center;
width:529px;
height:90px;
}


/* This code controls the properties of your banner */ 
#banner
{ font-family: Verdana; sans serif; helvetica;
color: #333333;
font-size: 9px;
background-color: #fc9413;
background-image: url('http://i203.photobucket.com/albums/aa140/teamrango/buizel.png');
border: 0px solid #000000;
text-align:center;
width: 520px;
height: 200px;
}

/* This sets the properties for content headers */
h4
{ font-family: helvetica; arial; verdana; sans serif;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
background-color: #feb300;
border: 1px #fc9413 dashed;
text-align:center;
}

/* This sets my avatar */
avatar
{ font-family: helvetica; arial; verdana; sans serif;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
background-image: url('http://i203.photobucket.com/albums/aa140/teamrango/trdarkraiavatar.jpg')
text-align:center;
width: 90px;
height: 90px;
}