/**
* Greetings!
* 
* @version 1.0
* @author Brian A Morales
* @contact studio@studiodorje.com
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #c1bfb2;
	background-image: url(rotate/rotate.php);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-transform: none; color: #383834; text-decoration: none; }
a:active { text-transform: none; color: #771414; text-decoration: none; }
a:visited { text-transform: none; text-decoration: none; color: #383834; }
a:hover { text-transform: none; color: #771414; text-decoration: none; }

a img { border: none; }

#menu {
    text-align: justify;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    font-family: Georgia, serif;
    margin-right: auto;
    margin-left: auto;
    background-position: 0 bottom;
    background-image: url(header.png);
    background-repeat: no-repeat;
    width: 678px;
    overflow: auto;
    position: relative;
    height: 114px;
}

#footer {
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 10px;
	font-family: Georgia, serif; color: #dbdaca;
	text-transform: uppercase;
	text-align: center;
	background-image: url(footer.png);
	background-repeat: repeat;
	bottom: 0px;
	position: fixed;
	height: 10px;
	width: 100%; }

#footer a:link, a:visited{
	text-decoration: none;
	color: #dbdaca;

}

#footer a:hover, a:active{
	text-decoration: none;
	color: #771414;

}

#menu a:link, a:visited{
	text-decoration: none;
	color: white;
	text-transform: uppercase;

}

#menu a:hover, a:active{
	text-decoration: none;
	color: #771414;
	text-transform: uppercase;

}

#menu ul {
	margin-top: 48px;
	width: auto;
	float: left;
	list-style:none;
}

#menu li{
	margin-right: 20px;
	display: inline;
}

#manu ul li {
}

#menu ul li.section-title {
	font-size: 11.5px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, serif;
	padding:0 0 2px 0;
}



#logotype {
	margin-right: 36px;
	margin-top: 8px;
	float: left;
	border-right-style: solid;
	border-right-color: #dbdaca;
	border-right-width: 1px;
	height: 97px; width: 219px;
	background-image: url(logotype.png);
	background-position: center center;
	background-repeat: no-repeat; }
	
#content {
    margin-bottom: 40px;
    margin-top: 50px;
    text-align: center;
    min-height: 291px;
    background-image: url(brackets.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding-right: 75px;
    padding-left: 75px;
    width: 500px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}



#content ul li{
	font-weight: bold;
	float: left;
	height: 100px;
	list-style-type: none;
	width: 80px;
	margin-right: 10px;
	margin-left: 0;
}


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.pimage { border-color: white; margin: 5px; border-width: 1px; border-style: solid; border-color: transparent;zx}

.pimage:hover { border-color: #771414; border-width: 1px; border-style: solid; }

.genlink { font-size: 11px; text-decoration: none; color: #383834; }

.genlink:visited { font-size: 11px; text-transform: none; text-decoration: none; color: #383834; }

.genlink:hover { font-size: 11px; text-transform: none; text-decoration: none; color: #771414; }

.genlink:active { font-size: 11px; text-transform: none; text-decoration: none; color: #771414; }

#typepages { font-family: Helvetica, sans-serif; font-size: 11px; text-transform: none; color: black; text-align: left; width: 500px; }

.red { color: #771414; }

.welcome { margin-top: 110px; position: relative; }


