/* SunWayLog Coding */


/* default stuff */
* {margin: 0; padding: 0;}

body {
	background: #FFF url(images/bg.jpg) repeat;
	color: #000;
	font: 62.5% Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #54639e;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #54639e;
}


h1,h2,h3 {
	text-weight: bold;
}

h3 {
	font-size: 12px;
	margin: 2px 0;
}
h3 a {
	color: #000; 
	text-decoration: underline;
}
h3 a:hover {
	color: #54639e;
}


h2 {
	font-size: 16px;
	margin: 4px 0;
}

h1 {
	font-size: 20px;
	margin: 6px 0;
}

p {
	margin: 2px 0;
}

li {
	list-style-type:disc;
}

ul {
        padding-left: 30px;
}

/* structure */
#wrapper {
	width: 978px;
	margin: 0 auto;
	margin-bottom: 2%;
}

#container {
	width: 700px;
	height: auto;
	background: #FFFFFF;
	border-style: solid;
	border-width: 10px;
	border-color: #bfc6de;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	padding: 20px 30px;
	overflow: auto;
}

#archive {
	margin-left: 270px;
	margin-top: 10px;
}
/*navigation*/

#Menu
{
	width: 169px;
        float: left;
	margin-top: 10px;
}

.menu_header_left
{
    background: url(images/menu_header.jpg) top left repeat-x;
	width: 179px;
	height: 31px;
	float: left;
}

.menu_text
{
	color: #54639e;
	font-weight: bold;
	line-height: 31px;
	padding-left: 14px;
}

.menu_item
{
	text-decoration: none;
	padding-left:5px;
	margin-left: 6px;
	font-size:12px;
	line-height: 18px;
}

#Menu_content
{
	float: left;
	width: 169px;
        height: 169px;
	padding: 5px;
	background: #F3F3F3;
}

#Menu_content a:hover
{
    text-decoration: underline;
    color: #3b4673;
}

	
/* header */

#header {
	background: url(images/header.jpg) left bottom no-repeat;
	height: 176px;
	width: 978px;
}

.topic {
	background: #E9E9E9;
	border-bottom: dotted thin;
	padding: 2px 5px;
}
/* navigation */

/* CG nav setup */
#cg_nav1 {margin-bottom: 10px; }

