/* Mouge Designs original CSS Document created from scratch by Michelle Currier specifically for Mombo Graphix*/

<style type="text/css">




/*   -------------   text  -------------------   */

@font-face {  
	  font-family: "kids" ;  
	  src: url( SCOTT_NEW_STUFF/KIDSN.TTF ) format("truetype");  
	}  
	 
	/* Then use it like you would any other font */  
	.kids{ font-family:"kids" , verdana, helvetica, sans-serif;  
	}  

.small {
	font-family: "Comic Sans MS", Verdana, Georgia;
	font-size: 12px;
}

.medium {
	font-family: "Comic Sans MS", Verdana, Georgia;
	font-size: 16px;
	color:#70BA8B;
	}

.big {
	font-family: "Comic Sans MS", Verdana, Georgia;
	font-size: 24px;
	color:#F16667;
}

.xbig {
	font-family: "brady bunch", "Comic Sans MS", Verdana, Georgia;
	font-size: 30px;
}

.expanded {
	font-family: "brady bunch", "Comic Sans MS", Verdana;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: "brady bunch", "Comic Sans MS", Verdana;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

/*   -------------   boxes   -------------------   */
.boxcurved {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #2B3990;
	-moz-border-radius: 6px 6px 6px 6px;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #FD8538;
}
/*   -------------   tables   -------------------   */

#images {
bgcolor:#FFFFFF;
 border width:4px 4px 4px 4px;
 bordercolor: #D90C66;
 padding:20px 20px 20px 20px;
 
 }


/*   -------------   menu   -------------------   */
html {
padding:0px;
margin:0px;
}
body {
color:#000;
padding:0px 20px;
margin:0px;
}
#content {
margin-left: 200px;
background-color:#000;
overflow: auto;
}

#menu {
background-image: url(images/menubg.gif);
background-repeat:repeat-y;
position: absolute;
width: 200px;
left: 0px;
padding:10px;
margin:0px
}

/*-----------------Images--------------------*/


</style>