.module-ratings {
  min-height:105px;
}
.module-ratings li {

}
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 10px 0px 0px 0px;
	background-color : #003366; 
	color : #000000;
	background-image: url(../images/bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-attachment:fixed;
   	background-repeat: repeat-x;
	line-height:22px;
}

form {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;  
}

p, td, div {

}

h1, h2, h3, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 10px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 { 
	font-size: 160%;
	line-height: 100%;
}

h2 {
	font-size: 140%;
	line-height: 100%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @group Image */

.thumbnail {
	border:1px solid #bbb;
}

/* @end */

/* @end */