/* General styles */
HTML, BODY { height: 100%; height: 100%; }
BODY { background: url(/Page/fractal.jpg) repeat center center; color: #232323; font-family: Tahoma, Arial, sans-serif; font-size: small; margin: 0px; padding: 0px; }
BODY { width: 500px; margin-left: auto ; margin-right: auto; }
A:link, A:visited { color: #51a6db; font-weight: bold; text-decoration: none; }
A:hover, A:active { color: #c51117; font-weight: bold; text-decoration: underline; }
HR { background: #232323; border: 0px; color: #232323; height: 1px; }
H1 { color: #c51117; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: large; font-style: italic; font-weight: bold; margin: 0px; padding: 0px; text-decoration: none; }

/* Layout */
#header { }
#header { height: 200px; padding: 0px 0px 0px 0px; }

#main { }

#content { background: url(/Page/white.png) repeat; border: solid 1px #232323; margin: 0px; padding: 0px; }
#content { padding: 20px 15px 0px 15px; }

#footer { background: url(/Page/white.png) repeat; margin: 10px 0px;  padding: 5px; }
#footer { color: #232323; font-size: 10px; letter-spacing: 1px; }
#footer a:link, #footer a:visited { color: #434343; font-weight: bold; text-decoration: none; }
#footer a:hover, #footer a:active { color: #434343; font-weight: bold; text-decoration: underline; }


/*
Colors:

red: #FFCFDD; 
orange: #FFF0CF; 
yellow: #FDFFCF; 
green: #DEFFCF; 
blue: #ADC6DE; 
purple: #EFCFFF; 
*/