@charset "utf-8";
/* CSS Document */

body {font: 12px/22px Georgia,"Microsoft YaHei", Times, serif; background: #333; margin: 0px auto;}

table {}
td { word-break: break-all;}

a:link,a:visited { font: 12px Georgia,"Microsoft YaHei", Times, serif; text-decoration: none;}
a:hover { text-decoration: none;}

img{ border: 0px; max-width: 100%; height: auto;}
hr { height: 1px; border: 0; border-top: 1px solid #CCCCCC;}

input { font: 12px/22px Georgia, "Microsoft YaHei", Times, serif; color: #666;}
textarea { font: 12px/22px Georgia, "Microsoft YaHei", Times, serif; padding: 10px; color: #666;}
form{ margin:0; padding:0;}

.text_red { color:#FF3300; font: bold 14px;}


/********************************/
/****** Main Layout Styles ******/
/********************************/
#wrapper { width: 100%;}
#innerWrapper { text-align: center;}

#header { width: 1000px; height:449px; text-align: left; margin: 20px auto 0 auto; background: #FFF;}
#innerHeader { }


/********************************/
/****** blog title desc ******/
/********************************/
#sitelogo { width: 203px; float: left; margin: 20px 20px 20px 100px;}
#sitetitle { position: absolute; width: 100px; font: italic normal 24px/26px Georgia, "Microsoft YaHei", Times, serif; text-indent: -9000em;}
#sitedesc { position: absolute; width: 100px; font: italic normal 17px/26px Georgia, "Microsoft YaHei", Times, serif; text-indent: -9000em;}


/********************************/
/****** coming soon ******/
/********************************/
#coming { width:1000px;}


/********************************/
/****** menu ******/
/********************************/
#menu { float:left; margin: 40px auto auto auto;}
#menu ul { list-style:none; float:left;}
#menu li { border-left: 1px #d0368c dotted; float:left; margin:10px 0;}
#menu a:link,#menu a:visited { color: #d0368c; padding:5px 20px;}
#menu a:hover { color: #fff; background: url(images/menubg.jpg) repeat-x;}

/********************************/
/****** bottom ******/
/********************************/
#bottom { width:1000px; height:43px; background:#fff; padding: 20px 0; margin: 0px auto; text-align: right;}
#bottom p { padding:0 30px; font: bold 10px Tahoma; color:#666666; text-indent: -9000em; margin: 0; float:right;}
#bottom a:link,#bottom a:visited { background:url(images/veilogo.jpg) no-repeat; width:141px; height:33px; display:block; text-align:left;}
#bottom a:hover { border-bottom: 1px #ff3300 dotted; padding:0 0 5px 0;}

/********************************/
/****** tags ******/
/********************************/
#tags { text-align:center;}
#tags a:link,#tags a:visited {color:#333;}
#tags a:hover {}