body {
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	font:14px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#274F70;
	margin:0;
	padding:0;
}
.header {
	padding:0;
	margin:0;
}
hr {
	color:#CCCCCC;
	width:99%;
	text-align:centerl
}
.wrapper {
	min-width:1000px;
	max-width:90%;
	margin:0 auto;
}
.nav {
	background-color:#000;
	width:100%;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	padding:5px 0 5px;
}
.content {
	width:100%;
	background-color:#FFF;
	border-left:1px solid #bde7ee;
	border-right:1px solid #bde7ee;
	border-bottom:1px solid #bde7ee;
}
.content2 {
	margin-left:10px;
}
.language {
	text-align:right;
}
.footer {
	background-image:url(footerbg.gif);
	height:80px;
	width:100%;
	text-align:center;
	line-height:80px;
	font-size:14px;
	color: #000000;
	font-weight: bold;
}
h1, h2, h3, p {
	margin:12px;
}
h1, h2, h3, h4, h5, h6, pre, code, td {
	font-size:1em;
}
.post {
	border-bottom:1px solid #333;
}
.tryit {
	width:650px;
	float:right;
}
a {
	color:#274F70;
	text-decoration:underline;
	font-weight:700;
}
a:hover {
	color:#3C3930;
	text-decoration:none;
	font-weight:700;
}
.nav a {
	color:#FFF;
	text-decoration:none;
}
.nav a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Tahoma;
	font-weight:400;
	line-height:100%;
	color:#274F70;
}
h1 {
	font-size:22px;
	padding:8px 0 4px;
}
h2 {
	font-size:20px;
	padding:8px 0 4px;
}
h3 {
	font-size:18px;
	padding:8px 0 4px;
}
.image {
	border-width:0px;
	vertical-align:middle;
}
.textcenter {
	text-align:center;
}