body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	body
	padding: 0;
	margin: 0;
	/*background-color: #d4d1d1;*/
	background-image: url(./images/background.gif);
	background-repeat: repeat;
}

#contents {
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

/* Body
-------------------------------------------------------------- */

#left {
	width: 220px;
	margin-left: 0px;
	margin-top: 10px;
	float: left;
	border-right: 1px solid #DDDDDD;
	list-style-type: none;
}

#right {
	width: 470px;
	margin-left: 250px;
	margin-top: 20px;
	padding-right: 10px;
}

.logo {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.footer {
	border-top: 1px solid #DDDDDD;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	padding-right: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



/* Links
-------------------------------------------------------------- */

a           	{ color: blue; text-decoration: underline; }
a:focus, 
a:hover     	{ color: blue; text-decoration: none; }
a:visited		{}
a:visted:hover 	{}

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 0em; }
ul      { margin: 0 0em 0em 0em; }
ol      { margin: 0 0em 0em 0em; }

ul.list      { margin: 0 0em 0em 0em; }
ul.list li     { margin-left: 40px;
				list-style-type: square; 
				font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
				font-size: 14px;}

li          { list-style-type: none;
				margin-left: 10px; }
ul + li		{}

ol          { list-style-type: decimal; }
ol + li		{}

dl          { margin: 0 0 0em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 0em;}


/* Type
-------------------------------------------------------------- */

strong      { font-weight: bold; }
em		    { font-style: italic; }

h1	
	{
		color: blue;
		background-color: transparent;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-size: 30px;
		/*font-size: 2.5em;*/
		text-align: center;
		font-style: not-italic; 
		font-weight: bold;
		border-bottom: 1px solid black;
		margin-right: 10px;
		padding-bottom: 8px;
	}

h2	
	{
		color: blue;
		background-color: transparent;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-size: 20px;
		font-style: italic;
	}
	
p	
	{
		color: black;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-size: 14px;
		list-style-type: square;
		text-decoration: none;
	}
