/*-------------------------------------------------
baseline
-------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Lucida Sans", Arial;
	font-style: italic;
	font-size: 13px;
	color: #505050;
}

h1 {font-size: 16px;}
h2 {font-size: 14px; padding-top: 15px;}
h3 {font-size: 12px;}

a { color: #3252b2; }
a img { border: 0;}


div.container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	b order: 1px dashed #000;
}

span.highlight {background-color: #ffc;}
span.highlight_bright {
	background-color: #f8ec11;
	padding: 0 3px;
}

/*-------------------------------------------------
twitter
-------------------------------------------------*/
#twitter_div	{ font-size: 13px;}
#twitter_div li	{ padding-bottom: 1em; }
#twitter_div ul	{ 
	margin-left: 0px; 
	padding-left: 0px; 
	list-style-type: none 
}

/*-------------------------------------------------
header menu footer
-------------------------------------------------*/
div#header {
	height: 100px;
	background-color: #e0e0e0;
}

div#header img.logo {
	float: left;
	padding-top: 60px;
}

div#header p.menu {
	padding-top: 55px;
	float: right;
	font-family: Verdana,Arial;
	font-style: normal;  
	font-size: 18px;
	color: #000;
}


div#header a.menu:link {
	color: #000;
	text-decoration: none;
}
div#header a.menu:visited {
	color: #000;
	text-decoration: none;
}

div#header a.menu:hover {
	color: #55F ;
	text-decoration: none;
}

div#footer{
	height: 70px;
	background-color: #e0e0e0;	
}


.icon { float: right; padding: 0px; }






