BODY {
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-color: #f1efee;
	background-image: url("/images/breakitdown/breakbg.jpg");
}

#container {
	width: 800px;
	margin: 0 auto;	
}

/* HEADER */
#header {
	width: 800px;
	height: 331px;
	background-image:url("/images/breakitdown/breakitdownorshakeitloose.gif");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
    padding: 0px;
	overflow: hidden;
	margin: 3px 0px 3px 0px;
	border-bottom: solid 2px #ffffff; 
}

#header a {
	margin: 190px 0px 0px 290px; 
	display: block;
	width: 205px;
	height: 135px;
	position: absolute;
}

/* FOOTER */
#footer {
	clear: both;
	margin: 0px;
	height: 100px;
	width: 800px;
	background-image:url("/images/breakitdown/juoppo.gif");
	background-position: 120px 20px;
	background-repeat: no-repeat;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: 20px 40px 10px 40px;
	color: #000000;
	font-size: 90%;
	text-align: center;
	border-top: solid 5px #ffffff; 
}
#footer img {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #555555;
	text-decoration: underline;
}

/* NAVI */
#navibar {
	width: 800px;
	height: 30px;
	background-color: transparent;
    margin: 0px;
    padding: 0px;
	overflow: hidden;
	border-top: solid 5px #ffffff; 
	border-bottom: solid 5px #ffffff; 
}
#mainnavi {
	margin: 0px;
}
#mainnavi dt {
	left: 40px;
	position: relative;
}
#mainnavi dt {
	margin: 0px 3px 0px 3px;
	padding: 0px 1px 0px 1px;
	height: 27px;
	display: block;
	float: left;
	font-family: Courier New, Courier, sans-serif;
	font-size: 11px;
}
#mainnavi dt a {
	padding: 7px 1px 5px 1px;
	display: block;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
#mainnavi dt a:hover {
	background-color: transparent;
	color: #a4160e;
}

#inenglish {
	top: 7px;
	width: 20px;
	height: 12px;
	background-image:url("/images/english.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#inenglish a span {
	position: absolute;
	left: -5000px;
}

#suomeksi {
	top: 7px;
	width: 20px;
	height: 12px;
	background-image:url("/images/suomeksi.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#suomeksi a span {
	position: absolute;
	left: -5000px;
}


/* CONTENT */
#content {
	width: 800px;
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: repeat;
}

#contentcol {
	width: 800px;
	margin: 3px 0px 3px 0px;
	padding: 10px 0px 20px 0px;
	border-top: solid 2px #ffffff; 
	border-bottom: solid 2px #ffffff; 
	overflow: hidden;
	background-color: transparent;
	background-image: url("/images/breakitdown/contentbg.gif");

}

#leftcol {
	width: 550px;
	float: left;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 10px;
	/* border: solid 1px #fff; */
}

#leftcol p {
	text-align: justify;
}

#rightcol {
	float: right;
	width: 200px;
	background-color: #fdfdfd;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	background-color: transparent;
}

#rightcol p {
	font-size: 90%;
	line-height: 150%;
	color: #000000;
	margin: 0px 5px 20px 5px;
	text-align: left;
}

#rightcol p .pvm {
	font-size: 90%;
	line-height: 150%;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background-color: transparent;
}

h1 {
	text-align: center;
	font-family: Courier New, Courier, sans-serif;
	font-size: 150%;
	line-height: 120%;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
	background-image: url("/images/breakitdown/h1bg.gif");
	background-position: 0 0px;
	background-repeat: no-repeat;
}
h2 {
	font-size: 120%;
	line-height: 120%;
	color: #672c20;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 8px 5px;
	background-image: url("/images/breakitdown/line.gif");
	background-position: 0px 18px;
	background-repeat: no-repeat;
	font-weight: bold;
	background-color: transparent;
}

h3 {
	font-size: 100%;
	line-height: 120%;
	color: #600000;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	background-color: transparent;
}
h4 {
	text-align: center;
	font-family: Courier New, Courier, sans-serif;
	font-size: 120%;
	line-height: 120%;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
	background-image:url("/images/breakitdown/h1bg.gif");
	background-position: 0 0px;
	background-repeat: no-repeat;
}

p {
	font-size: inherit;
	line-height: 150%;
	color: #000000;
	margin: 0px 5px 10px 5px;
	background-color: transparent;
}
p .s {
	font-size: 90%;
	color: #555555;
}
p .center {
	text-align: center;
}
p .right {
	text-align: right;
}
#content img {
	margin: 0px 5px 0px 5px;
	border: solid 1px #000000;
}
#content img.reunat {
	border: solid 1px #000000;
    display: block;
	margin: 0px;
	padding: 0px;
}
#content img.left {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	border: solid 1px #000000;
}
#content img.right {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: solid 1px #000000;
	float: right;
	display: block;
}
#content img.icon {
	margin: 0px;
	padding: 0px;
	border: none;
}
#content img.center {
	padding: 0px;
    display: block;
	margin-top: 5px;
	margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
	border: solid 1px #000000;
}
#content img.centericon {
	padding: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	border: none;
}
#center {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
}
.centerdiv>div{ /*Proper way to center a relative div*/
	margin: 0 auto;
}
.gallery {
    text-align: center;
    display: block;
}
#content a {
	color: #960000;
	text-decoration: none;
}
#content a:hover {
	color: #a94e33;
	text-decoration: none;
	background-color: white;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 5px 20px 5px;
}
li {
	font-size: inherit;
	line-height: 150%;
	background-image: url("/images/breakitdown/mh-list.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 1px 0px 0px 15px;
}
li.num {
	background-image: none;
	font-size: inherit;
	line-height: 150%;
	padding: 1px 0px 0px 0px;
}
blockquote {
	font-style: italic; 
}
pre {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; color: #000000;
}

.palaute {
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
	color: #000000;
	background-color: #eeeeee; 
	border: 1px solid #d0cac4; 
	width: 300px; 
	height: 20px;
}

.palauteboxi
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; 
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #d0cac4; 
	width: 300px; 
	height: 120px; 
	overflow-x: hidden; 
}

input.button
{ 
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px; color: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-width: 1px;
	border-color: #d0cac4;
	background-color: #eeeeee;
}


/* RIGHTCOL TABLE */

#keikkakalenteri {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 200px;
	margin: 0px 0px 0px 0px;
}

#keikkakalenteri td {
	padding: 2px;
	vertical-align: top;
	border-bottom: solid 1px #cdcdcd;	
}

/* BÄNDI */
#bandinavi {
	width: 100%;
	margin: 0px 5px 0px 5px;
	padding: 0px 5px 0px 5px;
}

#bandinavi td {
	padding: 3px;
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #d0cac4;
}


/* BOXIT */
.box1 {
	margin: 0px 0px 20px 0px;
	width: 255px;
	float: left;
}
.box2 {
	margin: 0px 0px 20px 0px;
	width: 255px;
	float: right;
}

.box1 p {
	margin: 0px 5px 0px 0px;
}
.box2 p {
	margin: 0px 5px 0px 0px;
}
.box1 img {
    float: left;
}
.box2 img {
    float: left;
}
.box1 h3 {
	background-color: transparent;
	margin: 0;
	padding: 4px 10px;
}
.box2 h3 {
	background-color: transparent;
	margin: 0;
	padding: 4px 10px;
}

/* VIERASKIRJA */
#gbox {
	width: 520px;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	line-height: 150%;
	clear: both;
}
#gboxl {
	margin: 0;
	padding: 3px 0px 2px 0px;
	float: left;
	background-color: transparent;
}
#gboxr {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 3px 10px;
	width: 450px;
	float: right;
	border-left: 1px solid #d0cac4;
	background-color: transparent;
}
#gboxl p {
	font-size: 90%;
	margin: 0px 0px 0px 0px;
}
#gboxr p {
	margin: 0px 0px 0px 0px;
}
#gbox h3 {
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#gbox img {
    float: left;
}

#line {
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
/*	border-bottom: 2px dotted #c7c7c7; */
	background-image: url("/images/breakitdown/line.gif");
	background-color: transparent;
}
#line2 {
	clear: both;
	margin: 5px;
	padding: 10px 0px 5px 0px;
	background-color: transparent;
}

/* top right bottom left */