body {width:760px;
			margin:auto;}
#header {width:760px;
			    height:150px;}				
#header-inner{background-color:maroon;
						padding: 20px;}

#header-bottom{width:760px;
							height:20px;
							background-color:white;
							border-bottom:solid 30px deepskyblue;}
#header h1 {margin:-5px;
					font-size: 2em;
					font-family: sans-serif;
					color: white;}
					
#header p {margin:-5px;
					font-size: 1em;
					font-family: sans-serif;
					color: white;}

.menu {width: 760px;
			height: 30px;
			overflow: hidden;}
.menu li {
				list-style-type: none;
				float:left;
				line-height: 0;}
.menu li a {
					display: block;
					width:151px;
					line-height:30px;
					border-right: solid 1px;
					text-align: center;
					text-decoration:none;
					background-repeat: no-repeat;
					color: white;
					background-image: url(../img/menu_button.png);}
.menu li a:hover {background-position: 0 -40px;}
				
.menu ul{margin:0 ;
				padding:0;
			background-color: maroon;}
.menu .current a {background-position: 0 -80px;}

#content {width:530px;
					float: right;
					margin: 30px 0;}
h2 {width: 530px;
		font-size: 1.5em;
		font-family: sans-serif;
		background-color:yellow;}
#new-infomation{width: 530px;
							height: 300px;
							overflow:scroll;
							border: solid 1px;}
#new-infomation table{width :520px;}
#new-infomation table th {vertical-align: top;}							
#new-infomation table td {padding-left: 20px;
											width: auto;
											vertical-align: top;}
.appdetail table{width: 530px;
							text-align:left;}
.appdetail table tr {padding-bottom: 30px;}
.appdetail table th {border-top:dotted 1px;}
.appdeteil table td {valign:top;}
.table-inner table{width: 360px;
						border: 0px;}
#sidebar{width:200px;
				float: left;
				margin:30px 0;}
.applist{width:200px;}
 h3{width: 200px;
		font-size:20px;}
.appcaption{text-align: left;
					float: left;
					width: 200px;
					height:70px;
					margin-bottom: 20px;}
.appcaption p:hover{background-color: lightcyan}
.appcaption img {margin: 10px;}
.appcaption p{margin:0px;
					font-size: 15px;}	
.appcaption table{margin-left: 50px;
								background-color: white;}
.appcaption table td{width:150px;
									border-bottom :dotted 1px;
									padding: 0px 20px;}
.appcaption table a{text-decoration: none;}
.appcaption td:hover{background-color: lightcyan}

#footer{width: 760px;
				border-top: solid 5px maroon;
				padding-top: 10px;
				padding-bottom: 20px;
				clear: both;}
				
#footer p {font-size: 0.75em;}