/* Base style settings */

html {}

body { 
	background: #FFFFFF url(images/bg.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}

body, h1, h2, h3, h4, h5, h6, p, a {font-weight: normal; margin: 0; line-height: 1.00;}

h1	{font-size: 2.00em;}
h2	{font-size: 1.50em;}
h3	{font-size: 1.17em;}
h4	{font-size: 1.00em;}
h5	{font-size: 0.83em;}
h6	{font-size: 0.75em;}
p	{font-size: 1.00em;}
a	{font-size: 1.00em;}

b, strong	{font-weight: bolder;}
i		{font-style: italic;}

/* Main page style settings */

#c_container 	{width: 100%; height: 100%;}
#c_main			{position: fixed; width: 100%; top: 50%; height: 300px; margin-top: -130px;
					background: url(images/logo3c-bg.gif) repeat-x top left;}
#c_main_body	{width: 900px; height: 150px; margin-left: auto; margin-right: auto;
					background: url(images/logo3c.gif) no-repeat top left;}
#c_menu			{position: fixed; width: 600px; height: 70px; top: 50%; left: 50%; margin-left: -300px; margin-top: 50px;}
#c_ftr			{position: fixed; width: 100%; bottom: 0; background: #000000;}
#c_copyright	{color: #DDDDDD; margin-top: 10px; margin-bottom: 10px; text-align: center; font-size: 0.75em;}

#t_menu			{margin-left: auto; margin-right: auto;}
.t1_but			{width: 201px; height: 49px; text-align: center; vertical-align: middle; background: url(images/button200-normal.png) no-repeat center bottom;}
.t1_but:hover	{background: url(images/button200-hover.png) no-repeat center bottom;}
.t1_spc			{width:  40px;}

#t_menu a		{color: #333333; text-decoration: none; display: block; width: 201px; padding-top: 12px; padding-bottom: 12px;}
#t_menu a:hover 	{color: #FF0000; }

/* Site style settings */
