@charset "utf-8";
/* CSS Document */

html{
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	background-color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	background-image: url(../images/grnd-body.png);
	background-repeat: repeat-x;
}
p {
	font-family: Calibri, Arial, Verdana;
	color: #000000;
	font-size: .9em;
	line-height: 1.4em;
}
li {
	text-decoration: none;
	list-style-type: none;
	text-indent: 0px;
	line-height: 1.2em;
}

a {
	color: #009900;
	text-decoration: none;
	display: inline;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	padding: 0px;
}
a:hover {
	color: #FF0033;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	display: inline;
	color: #FFFFFF;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	color: #666666;
	text-transform: capitalize;
}



#container {
	background-color: #FFFFFF;
	width: 800px;
	height: 500px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-image: url(../images/grass.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#nav {
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	width: 740px;
	height: 20px;
}


#nav ul {
	display: inline;
	text-align: center;
}
#nav li {
	display: inline;
	margin: 6px;
	padding: 6px;
}
#nav a {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
	text-align: center;
	border: 1px dotted #FFFFFF;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 4px;
}
#nav a:hover {
	color: #FF0033;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #00CC00;
}



#header {
	margin-top: 0px;
	position: relative;
	width: 100%;
	margin-left: -20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
   #ribbon{
	text-align: center;
	position: relative;
	text-shadow: 0 1px rgba(0,0,0,.8);
	background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -o-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	height: 30px;
	margin-top: 0;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10;
	background-color: #009900;

    }


    #ribbon:before, #ribbon:after
    {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
    }

    #ribbon:before
    {
	border-width: 0 10px 10px 0;
	border-right-color: #003300;
	left: 0;
    }

    #ribbon:after
    {
	border-width: 0 0 10px 10px;
	border-left-color: #003300;
	right: 0;
    }


#content {
	position: relative;
	width: 96%;
	margin-top: -50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 350px;
}
#leftcolumn {
	height: 350px;
	width: 250px;
	overflow: visible;
	float: left;
}
#rightcolumn {
	height: 300px;
	width: 460px;
	overflow: auto;
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
}


#footer {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	position: relative;
	text-align: center;
	width: 100%;
	color: #666666;
}
#footer p {
	color: #666666;
}
.small {
	font-size: 0.7em;
}
.green {
	color: #00CC00;
}
.pink {
	color: #FF0033;
}

.script {
	font-family: Tangerine, "Palace Script MT", "brush Script MT", "vladimir Script";
}
.right {
	text-align: right;
}
.left {
	text-align: right;
	float: left;
}
.italics {
	font-style: italic;
}
.caps {
	font-variant: small-caps;
	font-size: .8em;
}
.bubble {
	border: 5px solid #FF0033;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 50%;

}
