html, body
{
	margin: 0px;
	padding: 0px;
	font-family: "Arial", Verdana, "sans-serif";
}

#main {
    width: 1024px;
    padding: 0px 0px 3em 0px; 
    left: 0px;
}

#top
{
	top: 0px;
	left: 0px;
	height: 85px; 
	width:  1024px;
	background-color: white;
	z-index: 2;
}

#menu
{  
    float: left;
	top: 77px;
	left: 0px;
	width: 120px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#news
{
    float: left;
	top: 70px;
	width: 220px;
	margin-left: 12px;    
	margin-top: 12px; 
	padding: 0px;
	background-color: transparent;
}

#content
{
    float: left;
	width: 636px;
	margin-left: 24px;    
	margin-top: 12px; 
	background-color: transparent;
}

#bottom
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 26px;
	width: 100%;
	clear: left;
	background-color: #C00;
	z-index: 99;
	overflow: hidden;
	visibility: visible;
}

/* general */
h1
{
	font-size: 1em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: bold;
	word-spacing: -0.1em;
}

h2
{
	font-size: 0.75em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: bold;
	word-spacing: -0.1em;
}

p
{
	font-size: 0.75em;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
}


a.link:link, a.link:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a.crosslink:link, a.crosslink:visited
{
	color: #C00;
	text-decoration: none;
	font-weight: normal;
}

a.crosslink:hover
{
	font-weight: bold;
}

/* general */
/* top */
img.aikido_logo
{
	position: absolute;
	top: 17px;
	left: 35px;
	border-style: none;
	display: inline;
}

img.aikidoclub
{
	position: absolute;
	top: 20px;
	left: 130px;
	border-style: none;
	display: inline;
}

/* top */
/* menu */
p.menu
{
	margin: 1.6em 0px 0px 10px;
	font-size: 0.9em;
	border-color: #666;
	border-width: 1px 0 0px 0;
	border-style: dotted;
}

a.menuLink:link, a.menuLink:visited
{
	display: block;
	padding: 0.5em 0px 0.5em 0px;
	color: #C00;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	text-align: center;
}

a.menuLink:hover, a.menuLink:active { text-indent: 5px; }

/* menu */
/* search */
div.search
{
	background-color: #CCC;
	margin: 35px 0px 0px 10px;
	overflow: hidden;
	padding: 0px 5px 0 5px;
}

p.search
{
	margin: 0px;
	font-size: 0.6em;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 5px 0px 5px 0px;
}

input.search
{
	border: none;
	width: 100px;
	font-family: "Courier New", Courier, Verdana, "sans-serif";
	font-size: 1.2em;
}

/* search */
/* links */
div.links
{
	margin: 10px 0px 1em 10px;
	font-size: 0.8em;
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
}

p.linksHead
{
	margin: 2.5em 0px 0.6em 0px;
	padding: 0px 0px 0.6em 0px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	border-color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
}

p.links { margin: 0px 0px 1em 0px; }

a.linksLink:link, a.linksLink:visited
{
	color: #C00;
	text-decoration: none;
	font-size: 1.6em;
}

/* links */
/* news */
p.newsTitle
{
	padding: 0.5em 0px 0.5em 0px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-width: 0px 0px 1px 0px;
	border-style: dotted none dotted none;
	border-color: #666;
	margin: 0 10px 0px 10px;
}

p.newsText
{
	margin: 0px 10px 0px 10px;
	padding: 0.5em 0px 0.5em 0px;
	border-width: 0px 0 1px 0;
	border-style: dotted none dotted none;
	border-color: #666;
}

a.newsLink:link, a.newsLink:visited, a.newsLink:hover, a.newsLink:active
{
	color: #C00;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

/* news */
/* stages */
p.stagesTitle
{
	font-weight: bold;
	text-indent: 2px;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 0.1em;
	margin: 40px 10px 0px 10px;
	background-color: #CCC;
	line-height: 1.3em;
}

p.stagesText
{
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0.5em 0px;
	color: #666;
	border-width: 0px 0px 1px 0px;
	border-style: dotted none dotted none;
	border-color: #666;
}

p.stagesDate
{
	color: #000;
	margin: 0px 10px 0px 10px;
	padding: 0.5em 0px 0em 0px;
}

a.stagesLink:link, a.stagesLink:visited
{
	color: #C00;
	text-decoration: none;
	font-size: 1.2em;
}

/* stages */
/* bottom */
div.bottom
{
	position: fixed;
	bottom: 5px;
	left: 10px;
}

p.bottom
{
	display: inline;
	color: #333;
	font-family: "Courier New", Courier, "sans-serif";
	font-size: 11px;
}

a.bottom:link, a.bottom:visited /*, a.bottom:hover, a.bottom:active */
{
	display: inline;
	border-style: none;
	border-color: transparent;
	text-transform: inherit;
	text-decoration: none;
}

img.bottom
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-style: none;
}




/* bottom */

