body {
	background: -webkit-linear-gradient(top, navy 30%, white 150%);
	background:     -ms-linear-gradient(top, navy 30%, white 150%);
	background:      -o-linear-gradient(top, navy 30%, white 150%);
	background:    -moz-linear-gradient(top, navy 30%, white 150%);	
	background-attachment: fixed;
	overflow-y: scroll;
	color: navy;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-size: 23;
}

a {
	text-decoration: none;
	color: inherit;
}

header {
	color: #F8E400;
	margin-top: 20px;
	width: 1203px;
	height: 170px;
	margin: 0 auto;
}
	
	#emblem {
		padding: 17px;
		width: 950px;
		height: 128px;
		float: left;
		font-size: 70px;
		font-style: italic;
		font-weight:  bold;
	}
@media only screen 
and (max-width : 1000px) {
	#boddy {
		width: 1203px;
		height: 1071px;
		margin: 0 auto;
		border-radius: 2%;
		background-color: white;
	}
}

@media only screen 
and (min-width : 1000px) {
	#boddy {
		width: 1203px;
		height: 871px;
		margin: 0 auto;
		border-radius: 2%;
		background-color: white;
	}
}

	#left {
		width: 250px;
		height: 700px;
		float: left;
	}
			
		#men {
			text-align: left;
			margin-left: 10px;
		}

			#menpoint {
				font-weight: bold;
				font-size: 19px;
				width: 220px;
				border-radius: 4px;
			}
			
			#menpoint:hover {
				background-color: navy;
				color: #FFFF00;
			}

	#main {
		width: 700px;
		height: inherit;
		float: left;
		border-left: 4px solid navy;
		border-right: 4px solid navy;
	}
	
		#text {
			text-align: justify;
			margin-left: 30px;
			margin-right: 30px;
		}
		
		#rowT {
			width: 690px;
			height: 20px;
			margin: 0 auto;
			border-radius: 4px;
			background-color: navy;
			color: #FFFF00;
		}
		
		#rowN {
			width: 690px;
			height: 20px;
			margin: 0 auto;
			text-align: left;
		}
		
			#col1 {
				width: 320px;
				float: left;
				text-align: left;
				margin-left: 20px;
			}
			
		#star {
			text-align: right;
			font-size: 12;
			margin-right: 5px;
		}
	
	#right {
		width: 240px;
		height: 700px;
		float: left;
	}

#footer {
	margin: 4px auto;
	width: 1200px;
	height: 50px;
	border-radius: 12px;
	background-color: white;
}