@import "reset.css";

html 								{ overflow-y:scroll; background-color:#000; }
body								{ background-color:#000 }

a									{ color:#C70100 }

#outer								{ width:100%; }
.container							{ width:980px; height:640px; margin:40px auto 0px auto; background:#000 url(../images/paper-01.jpg) no-repeat }
#holding							{ width:500px; padding-top:390px; margin:0px auto; }
.column-left						{float:left; width:220px; height:220px; display:inline; overflow:hidden }
.column-right						{float:left; width:220px; height:220px; margin-left:60px; display:inline; overflow:hidden }
.dual-column						{ width:500px; margin:20px auto 0px auto; text-align:center }

p									{ font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; line-height:16px; }
h2									{ font-weight:bold; font-size:14px; margin-bottom:8px; }
p a:link, p a:visited				{ font-weight:bold; text-decoration:underline; color:#46055A }
p a:hover, p a:active				{ font-weight:bold; text-decoration:underline; color:#000 }



.clr								{ clear:both }
.red								{ color:#600E21 }
.purple								{ color:#46055A }

#links								{width:980px; height:40px; margin: 20px auto 40px auto; text-align:center }

#footer								{width:980px; margin: 20px auto 60px auto; text-align:center }
#footer p							{font-family:Verdana, Geneva, sans-serif; font-size:9px; color:#999; }
#footer a:link, #footer a:visited	{font-weight:bold; text-decoration:none; color:#999 }
#footer a:hover, #footer a:active	{text-decoration:none; color:#FFF}