* {
	/*border:0;*/
	margin:0;
	padding:0;
}

/* general */

a {
	color:#00bce9;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
img { border:none ;} 

hr {
	border: none;
	border-top: solid 1px #175299; 
	padding: 10px 0 0 0;
	line-height: 0px;   
	height: 0;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #3465AF;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}

.left {
	float:left;
}

.right {
	float:right;
}



/* body */
body {
	background:#fff url(../images/bg-body.gif) top center repeat-x;
	color:#666;
	font:1em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin: 0; 
	/* overflow-x: hidden; */
}
#blog {
	position:absolute;
	top: 0;
	right: 0;  
}
/* header */
#header {
	background: white url(../images/bg-header.gif) 0 0 no-repeat; 
	width:760px;
	height: 340px; 
	margin: 0 auto; 
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	display:none;
}
#header #nav {
	background: transparent;
	width: 760px; 
	height: 60px;
	overflow:hidden;
	position:relative;
	top: 280px; 
}
/* dropdown menu */
#dropdownmenu {
	font-family: "Tahoma";
	font-size: 11px; 
	width:760px;
	margin: 0 auto; 
}
#dropdownmenu #sgl{
	position:relative;
	top:-35px; 
	left: 130px; 
}
#dropdownmenu #cpl{
	position:relative;
	top:-30px; 
	left: 215px; 
}
#dropdownmenu .soon {
	font-family: "Tahoma";
	font-size: 9px;
	font-weight: bold;
	text-transform:uppercase;
	color: #666;  
}

#container {
	background: white;
	width: 100%; 
	padding: 1px 0 
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:760px;
	padding: 10px 0 0 0; 
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	/*float:left;
	width:210px;*/
	display: none; 
}

/*left and right columns*/
#left, #right {
	/*background: red;*/
	width: 150px;
	overflow: hidden; 
	scroll-x: hidden;
	padding-top: 10px;
	/*word-break:break-all;*/
}
#left .bio p {
	color: #666; 
	font-size: 11px;
	margin: 12px 0 0 0;
}
#left .biopic {
	/*border-bottom: solid 1px #C6C6C6;*/
}
#left p.names {
	font-size: 9px !important; 
	color: #175299 !important; 
	font-weight: bold;
	text-align: left;  
}
#right {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;   
}
#right .ad {
	width: 150px;
	height: 380px;
	text-align: right; 
	margin: 20px 0;   
}
#right .rightcontent {
	width: 140px;
	margin-left: 10px;  	
}
#right h4 {
	font-size: 12px; 
	font-weight: bold; 
	margin: 8px 0; 
	color: #175299; 
}
#right ul,
#right li
{
	margin: 0; 
	padding: 0;
	list-style: none; 
}
#right ul {
	width: 140px;
}
#right li {
	padding: 5px 0 5px 18px;
	border-bottom: dotted 1px #999; 
	background: transparent url(../images/list-heart.gif) 0 8px no-repeat; 
}
#right ul a,
#right ul a:link,
#right ul a:visited
{
	color: #30B8E9; 
	text-decoration: none; 
}
#right ul a:hover {
	color: #175299; 
	text-decoration: none; 
}
#right p {
	margin: 10px 0; 
	text-align: right; 
}
#right a,
#right a:link,
#right a:visited
{
	color: #777; 
	text-decoration: none; 
}
#right a:hover
{
	color: #444; 
	text-decoration: underline; 
}

/* Main */
#main {
	font-size: .80em;
	width: 440px;
	margin-left: 10px;  
	overflow: hidden; 
	scroll-x: hidden;
	/*word-break:break-all;*/
}
#main table {
	width: 400px;
	margin: 0;  
}
#main:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#main ul{
	list-style: inside square;
	color:#555;
	line-height:20px;
	padding:10px;
}
#main h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:2px solid #3465AF;
	color:#175299;
	font-size:1.6em;
	font-weight:bold;
	line-height:30px;
	padding:8px 10px 5px 10px;
}
#main h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:1.4em;
	font-weight:bold;
	line-height:normal;
	padding:10px;
}
#main h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:1em;
	font-weight:bold;
	line-height:normal;
	padding:5px 10px;
}
#main p {
	padding: 0 10px; 
	margin: 10px 0; 
	color:#555;
	line-height:normal;}


/* footer */
#footer {
	background:#fff url(../images/bg-footer.gif) bottom center repeat-x;
	margin: 0 auto;
	width:100%;
	height: 60px; 
	padding-top: 30px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	color:white;
	text-decoration:underline;
}
#footer a:hover {
	color:white;
	text-decoration:underline;
}
#footer p {
	color:#f2f2f2;
	font-size:9px;
	line-height:20px;
	text-align:center;
	position:relative;
	top: 35px; 
}


/* custom from JO */
P.MsoNormal {
FONT-SIZE: 12pt; FONT-FAMILY: "Times New Roman"; mso-style-parent: ""; margin-left:0cm; margin-right:0cm; margin-top:0cm; margin-bottom:0pt
}
H1 {
FONT-SIZE: 24pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FONT-FAMILY: "Times New Roman"
}
.newStyle1 {
color: #333; 
font-family: Verdana;
font-size: x-large;
font-weight: bold;
}
.newStyle2 {
font-family: Arial, Helvetica, sans-serif;
font-size: xx-small;
}
.newStyle3 {
font-family: Arial, Helvetica, sans-serif;
font-size: large;
font-weight: bold;
color: #FF0000;
}
.newStyle4 {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
text-align: left;
}
.newStyle5 {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
}
.style2 {
border: 2px solid #333333;
}
