/* CSS Document */
body { background: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; margin: 0; }

p { color: #000; font-size: 12px; }

a { color: #000; font-size: 12px; text-decoration: underline; }

strong { color: #cf2839; font-weight: bold; }

#container { width: 771px; background: #fff; text-align: left; margin: 0 auto;}

#sidebar_left { width: 152px; background: #fff url('../images/left_sidebar.jpg') top left no-repeat; float: left; height: 561px; }

#right { width: 619px; float: left; }

#links { background: #732329; height: 30px; margin-left: 1px; }
#logo { background: url('../images/logo.jpg') no-repeat; height: 58px; }
#header { background: url('../images/header.jpg') no-repeat; height: 105px; position:relative;}

#header h1 { position:absolute; bottom: 0; left: 0; width: 100%; color: #cf2839; font-size: 20px; }
#content { padding: 20px; }

#footer { width: 771px; background: url('../images/footer.jpg') no-repeat; height: 121px; clear: both; margin: 0 auto; }

li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }