@charset "utf-8";


/********** Common **********/
.center { text-align: center; }
.clear { clear: both; display: block; }
object { outline: none; }


body { background-image: url(images/site_pattern.jpg); font-family: Arial; font-size: 12px; margin: 0px; padding: 0px; }
ul { margin: 0px; padding: 8px 0px 8px 30px; }
#SiteContainer { background: url(images/site_bg.jpg) no-repeat center top; min-height: 900px; }

td.Content { background: url(images/content_bg.png) repeat-y; }
td.Bottom { background: url(images/bottom_bg.png) no-repeat; height: 151px; }
#LeftColumn { float: left; padding: 20px 0px 0px 30px; width: 309px; }
#RightColumn { float: right; width: 309px; padding: 20px 30px 0px 0px; }
div.Text { color: #231f20; line-height: 20px; padding: 4px; text-align: justify; }
div.Text a { color:#231f20; }
div.Text a:hover { color: red; }
#Copyright { color: #ffffff; font-size: 10px; font-weight: bold; margin-bottom: 30px; text-align: center; text-transform: uppercase; }