/* ~~~~~~~~~ common ~~~~~~~~~~ */

body, select, input, textarea {
	font: 0.625em/1.4 tahoma, verdana, arial, helvetica, sans-serif;
	color: #333;
}
body {
	min-width: 970px;
	 background-image: url(../images/bgTexture.jpg);
}
h1 {
	color: #38728a;
	font: 3.5em tahoma, verdana, arial, helvetica, sans-serif;
	margin: 0.2em 0 0.4em 0;
	text-transform: uppercase;
	font-weight:bold;
}
h2 {
	color: #38728a;
	font-weight: normal;
	font: 2.4em/1.4 tahoma, verdana, arial, helvetica, sans-serif;
	margin: 0.2em 0;	
}
section p, section ul, section ol,
aside p, aside ul, aside ol {
	font-size: 1.4em;
	margin: 0.5em 0;
}
section ul {
	margin-left: 1em;
}
section ol {
	margin-left: 1.4em;
}

a{
	color: #475765;
	text-decoration: none;
}

a:hover{
	color: #1d537f;
	text-decoration: none;
}