a img {
	border: none;
}

/************* Layout and structure ****************/

body {
	background: #B3B3B3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#masthead {
	background-image: url(../images/ramko_gold_masthead.gif);
	background-repeat: no-repeat;
	height: 100px;
}
#container  {
	width: 760px;
	margin: 20px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 5px solid #404040;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	border-left: 1px solid #404040;
	background-color: #FFFFFF;
}
#mainContent  {
	background-color: #BCBDC0;
	margin-right: 15px;
	width: 730px;
	position: relative;
}
#rightColumn {
	background-color: #666666;
	float: right;
	width: 550px;
	z-index: 100;
	margin-right: 15px;
	height: 400px;
	clear: none;
}
#bottomCurve {
	background-color: #BCBDC0;
	background-image: url(../images/bottom_curves_trans.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	clear: both;
}
#topCurve {
	background-color: #BCBDC0;
	width: 730px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/top_curve_r_trans.gif);
}
#leftColumn   {
	width: 155px;
	float: left;
	margin-left: 10px;
	height: auto;
	vertical-align: top;
	display: inline;
	clear: left;
}
#wrapper  {
	background-color: #BCBDC0;
	width: 730px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #404040;
	height: 15px;
	padding-top: 5px;
	padding-left: 15px;
	clear: both;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footerlinks {
	font-size: 10px;
	color: #404040;
	clear: both;
	width: 745px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
}
#footerlinks a:link {
	color: #404040;
	text-decoration: none;
}
#footerlinks a:hover {
	text-decoration: underline;
}
#footerlinks a:visited {
	color: #000000;
	text-decoration: none;
}
#navigation {
	width: 730px;
	margin-left: 15px;
	margin-right: 15px;
	height: 25px;
	background-color: #BA9765;
}
#subNav {
	width: 155px;
	float: left;
	margin-left: 10px;
}
#main {
	margin-left: 10px;
}

/************* text styles ****************/

p {
	font-size: 12px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	display: inline;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-right: 10px;
}p a:link {
	color: #000;
}
p a:hover {
	color: #000;
	text-decoration: none;
}
p a:visited {
	color: #333;
	text-decoration: underline;
}
.indentcopy {
	margin-left: 10px;
}
#english   {
	position: relative;
	height: 20px;
	width: 25px;
	left: 600px;
	top: 30px;
}
#german {
	position: relative;
	height: 20px;
	width: 25px;
	top: 10px;
	left: 635px;
}
