/**
 *
 * Moc 10 Media
 * http://www.moc10media.com/
 *
 * Style Sheet Name: global.css
 * Style Sheet Version: 1.0
 * Style Sheet Info: Global/Default Styles
 *
 * Blue = #758193
 * Red = #831d15
 *
 */

/* Global Definitions */

html, body {
	height: 1224px;
    margin: 0;
    padding: 0;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.825em;
	background-image: url(/img/grad_bg.gif);
}

img {
    border: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #006cff;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #758193;
}

h3 {
    font-size: 1.4em;
}

p {
    line-height: 1.8em;
}

input, select, textarea {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 0.9em;
}

/* ID Definitions */

#content {
    width: 797px;
    margin: 0 auto;
    padding: 0;
	background-image: url(/img/grad_bg.gif);
}

#header {
    width: 797px;
	height: 293px;
    margin: 0 auto;
    padding: 0;
	background-image: url(/img/logo.gif);
}


/* Class Definitions */

.right {
    float: right;
}

.hide {
    display: none;
}

.home {
    width: 797px;
	height: 798px;
    margin: 0 auto;
    padding: 0;
	background-image: url(/img/home.jpg);
	background-repeat: no-repeat;
}
