/************************
 CSS Document 
 Client: The Anonymous Travelling Market
 Designer : Aaron James Rodgers
 Date: February 2010
************************/


body {margin:0px; padding:0px; background-color:#ffffff;}
html {margin:0px; }

/************************
Central aligned DIV
*************************/

#container { margin: 0 auto; width:950px; }

.main {width:950px; float:left; margin-top:20px;}

.footer { background-color:#CC0000; width:950px; height:80px; float:left;}


/***********************
TEXT STYLES
***********************/

body {font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px; }

/**********************
LINK STYLES
***********************/

a.email:link {color:#FFFFFF; text-decoration:none; border-bottom:dashed; border-bottom-color:#FFFFFF; border-bottom-width:thin;}
a.email:visited {color:#FFFFFF; text-decoration:none; border-bottom:dashed; border-bottom-color:#FFFFFF; border-bottom-width:thin;}
a.email:hover {background-color:#FFFFFF; color:#CC0000; text-decoration:none;}
a.email:active {}

a.velvet:link {color:#990000; text-decoration:none; font-size:12px; }
a.velvet:visited {color:#990000; text-decoration:none; font-size:12px}
a.velvet:hover {color:#ffffff; text-decoration:none; font-size:12px; }
a.velvet:avtive {}