@import url("layout.css");
body {
	background-image: url("../images/bg.gif");
	background-position:center;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color:#f4f4f4;
	font-family: Arial, sans-serif;
	margin:0 auto; 
	padding:0;
}
#container {
	background-color: #fff;
}
	
#masthead {
	text-align: center;
	background-position:left;
	background-color: #fff;
	/*background-image: url("../images/logo-astarI2R.jpeg");*/
	height:135px;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 0px 0px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 0px 0px;
	background-color: #fff;
}
#content { 
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #996633;
	background-color: #996633;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #996633;

}
h2 {
	font-size: x-large;
	color: #996633;
}
h3 {
	font-size: medium;
	color: #996633;
	text-align: right;

}
h4 {
	font-size: medium;
	color: #996633;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #996633;
}
h6 {
	font-size: xx-small;
	color: #996633;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #996633;
}
/* Links */
a {
	color: #cc6633;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
sup {
    vertical-align: super;
    font-size: smaller;
}