@charset "utf-8";
/* CSS Document */

*						{ margin:0; padding:0; }

.Clear					{ clear:both; height:0px; font-size:1px; }

body					{ background:#FFF; color:#555; font-family:Arial, Helvetica, sans-serif; font-size:90%; }

p						{ margin-bottom:20px; }
ul, ol					{ margin:0 0 20px 30px; }

h1						{ font-size:200%; font-weight:normal; color:#000; letter-spacing:-.5px; margin-bottom:25px; }
h2						{ font-size:160%; font-weight:normal; color:#000; letter-spacing:-.5px; margin-bottom:20px; }
h3						{ font-size:120%; font-weight:normal; color:#000; letter-spacing:.5px; margin-bottom:20px;
						  font-style:italic; }

hr						{ height:1px; border:0; border-bottom:1px dotted #CCC; margin-top:30px; margin-bottom:30px; }

blockquote				{ margin:0 0 20px 30px; }
blockquote.Text1		{ font-size:120%; }
blockquote.Text1 strong	{ color:#000; }
blockquote.Text2		{ font-size:120%; font-style:italic; color:#c00; }

a						{ color:#693; text-decoration:underline; }
a:hover					{ color:#9c3; text-decoration:underline; }

#Wrapper				{ width:968px; margin:0 auto; }

#Header					{ width:auto; height:100px; }

#Header .Logo			{ float:left; width:330px; margin-left:32px; padding-top:40px; }

#Header .Menu			{ float:right; width:400px; margin-right:74px; text-align:right; line-height:120px; font-weight:bold; }
#Header .Menu ul		{ list-style-type:none; text-transform:uppercase; font-size:80%; }
#Header .Menu ul li		{ display:inline; margin-left:20px; }
#Header .Menu a			{ color:#666; text-decoration:none; }
#Header .Menu a:hover	{ color:#9c3; text-decoration:underline; }

#Body					{ width:auto; }

#Body .Up				{ width:auto; padding:0 74px; height:68px; background-image:url('i/bg_01.gif'); }

#Body .Content			{ width:auto; padding:0 74px 30px 74px; background-image:url('i/bg_02.gif');
						  line-height:140%; }

#Body .Down				{ width:auto; height:14px; background-image:url('i/bg_03.gif'); }

#Footer					{ width:auto; height:50px; font-size:75%; color:#CCC; padding-top:20px; }

#Footer a				{ color:#AAA; }
#Footer a:hover			{ color:#9c3; }

#Footer .Left			{ float:left; width:260px; margin-left:74px; }

#Footer .Right			{ float:right; width:260px; margin-right:74px; text-align:right; }