/*Used for all pages*/
body {
		font-size:100%;
		margin:0;
		padding:0;
		background-color:#93D640;
}

#container {		
		width:740px;
		background-color:white;
		border:5px groove black;
		padding:0px 30px;
		margin:10px auto 0px auto;
}

#header {
		position:relative;
}

#menu {
		position:absolute;
		right:5px;
		bottom:20px;
		font-size:1.3em;
}

#content {
}

#footer {
		position:relative;
		bottom:7px;
		padding:7px 0px 0px 0px;
		color:#999999;
		text-align:center;
}

h4 {
		text-align:center;
		font-size:1.5em;
}

p {
		text-align:justify;
		font-size:1.25em;
}

li {
		font-size:1.25em;
}

img.center {
		display:block;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
}

div.pos_fixed {
		position:fixed;
		bottom:5px;
		right:30px;
		font-size:2em;
}

a {
		text-decoration:none;
		border:none;
}

a img {
		border:none;
}

