
/*
Array
(
    [browser] => OTHER
    [os] => OTHER
)
*/

* 
			{ 
				outline: none; 
			}

/* elements */

body,  
form 
			{
				margin: 0;
				padding: 0;
			}

img
			{	
				display: inline; margin: 0px; border: none;
			}

h1,
h2,
h3,
form,
input, 
select, 
textarea, 
a, 
table 
			{	
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			}

table
			{
				padding: 0;
				margin: 0;
			}

h1			{
				font-size: 20px;
			}
	
h2			{	
				font-size: 18px;
			}

h3			{
				font-size: 16px;
			}

h4			{	
				font-size: 14px;
			}

form, 
input, 
select, 
textarea, 
a, 
table 
			{
				font-size: 10px;
			}

form,
object,
embed
			{	
				display: inline;
			}

fieldset 
			{
				padding: 0px;
				margin: 0px;
				border: 0px;
			}
		
input, 
select, 
textarea 
			{
				width: 100%;
				border: 1px solid #ddd;
			}

input:hover, 
select:hover, 
select:active, 
textarea:hover, 
input:focus, 
select:focus, 
textarea:focus 
			{
				border: 1px solid #aaa;	
			}

select 
			{ 	
				width: 100%;
			}

ul
			{
				padding: 0px;
				margin-top: 0px;
				margin-left: 0px;
			}

li
			{
				display: inline;
				float: left;
				list-style: none;	
				text-align: left;
			}

/* elements : links */

a
			{	
				color: #696969; text-decoration: none;
			}

a:hover
			{	
				color: #000000; text-decoration: underline;	
			}

a:focus
			{	
				-moz-outline: none -moz-mac-focusring;
			}

a:focus		{	
				color: #000000;	
			}

/* IDs : layout */

#main
			{
				background: #FFFFFF url(../../img/bg.gif) repeat ;	
			}

#tool
			{
				background: #D2EA1E;
			}
/*
#container 
			{
				margin: 0px;
				position: absolute;
				width: 100%;
				height: 520px;
				top: 50%;
				margin-top: -260px;
				text-align: center;
			}
*/
#canvas 
			{
				font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
			}
/*
#centralize
			{
				position: relative;
				width: 760px;
				text-align: center;
			}
*/

#vcenter 
			{
				font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
				margin: 0px;
				position: absolute;
				width: 100%;
				height: 520px;
				top: 50%;
				margin-top: -260px;
				text-align: center;
			}

#hcenter
			{
				position: relative;
				width: 760px;
				text-align: center;
				left: 50%;
				margin-left: -395px;
			}

* html div #vcenter
			{
				left: 0px;
				margin-left: 0px;
				background-color: Black;
			}

* html div #hcenter
			{
				left: 0px;
				margin-left: 0px;
			}


#creditsbar 
			{
				position: absolute;
				z-index: 8;
				width: 100%;
				top: 0px;
				margin-top: 10px;
				margin-left: -10px;
				font: 10px trebuchet ms, sans-serif;
				color: #666666;
				text-align: right;
			}
	
#flashmenu
			{	
				position: absolute;
				display: block; 
				width: 572px;
				height: 159px;
		 	}

#formcontainer
			{	
				position: absolute;
				display: block; 
				width: 188px;
				height: 25px;
				margin-left: 572px;
				margin-top: 120px;
			}

#edgetop
			{	
				background: url(../../img/e-top.gif) no-repeat top left; 
				width: 760px; 
				height: 159px; 
				text-align: left;	
			}

#edgebotleft
			{	
				background: url(../../img/e-bot-left.gif) no-repeat bottom left;
			}
#edgebotright
			{	
				background: url(../../img/e-bot-right.gif) no-repeat bottom right;
			}

#edgebotleft, 
#edgebotright
			{	
				height: 80px;
			}

#content 
			{ 
				margin: 0 0px; 
				height: 281px; /* 520 (canvas) - 159 (menu) - 80 (bottom)*/
				width: 760px;
				background-color: #D2EA1E;
				text-align: left;
				overflow: hidden;
			}

form #searchstr
			{
				width: 125px; /* 760 (canvas) - 572 (menu) - 46 (search btn + borders ) */
				height: 19px;
				padding: 4px;
				margin-top: 4px;
				border: 0px solid #ddd;
				vertical-align: top;
				/*
				background: #FFFFFF;
				*/
			}

*html form #searchstr 
			{ 
				margin-top: 3px;
			}

form #searchokbtn
			{
				width: 26px;
				height: 25px;
				border: none;
			}

#edgefoot
			{
				height: 80px;
				width: 600px;
				background-color: #D2EA1E;
			}

#buttoncontainer
			{
				margin-top: 20px;
				text-align: right;
			}

/* IDs : layout : boxes */

#c-container,
#s-container 
			{ 
				position: absolute;
				margin-top: 0px;
			}

#c-container
			{ 
				margin-left: 30px; 
				width: 420px;
			}
			
#s-container
			{ 
				margin-left: 480px; 
				width: 270px;
			}
			
#c-content-container,
#s-content-container
			{
				background-color: #FFFFFF;
			}
				
#c-topright,
#s-topright
			{	
				background: url(../../img/c-top-right.gif) no-repeat top right;
			}
#c-topleft,
#s-topleft
			{	
				background: url(../../img/c-top-left.gif) no-repeat top left;
			}
#c-botright,
#s-botright
			{	
				background: url(../../img/c-bot-right.gif) no-repeat top right;
			}
#c-botleft,
#s-botleft
			{	
				background: url(../../img/c-bot-left.gif) no-repeat top left;
			}

#c-top, 
#c-bot,
#s-top, 
#s-bot
			{
				margin-left: 20px;
				height: 18px;
			}

#ccontent
			{ 
				position: relative; 
				overflow: auto;
				width: 410px;
				height: 245px; 
				_height: 225px;
			}

#scontent
			{ 
				position: relative; 
				overflow: auto;
				width: 260px; 
				height: 245px; 
				_height: 225px; 
			}

#c-textcontent
			{	
				margin-left: 15px; 
			}

#s-textcontent
			{	
				margin: 10px; 
			}
			
#c-textcontent ul li a,
#s-textcontent ul li a
			{
				font-size: 9px;
				color: #000000;
			}
			
#c-textcontent a,
#s-textcontent a
			{
				color: #000000;
			}
			
#c-content-container strong,
#c-textcontent strong,
#s-textcontent strong
			{	
				font-size: 14px;
			}
			

#c-textcontent ul li input, 
#c-textcontent ul li select, 
#c-textcontent ul li textarea 
			{
				width: 100%;
				border: 1px solid #ddd;
				color: #443;
				margin-bottom: 5px;
				padding: 3px;
			}

#c-textcontent ul li input:hover, 
#c-textcontent ul li select:hover, 
#c-textcontent ul li select:active, 
#c-textcontent ul li textarea:hover, 
#c-textcontent ul li input:focus, 
#c-textcontent ul li select:focus, 
#c-textcontent ul li textarea:focus 
			{
				border: 1px solid #aaa;	
			}

#tit-content
			{	
				margin-left: 20px;
			}

/* classes */	

.toRight	
			{	
				text-align: right; width: 100%;
			}

.toLeft	
			{	
				text-align: left; width: 100%;
			}

.noclass 
			{
				background: #FFFFFF;
				color: #000000;
			}

/* classes : radio & checkbox replacement / enhanced form widgets method */
	
.efw label 
			{
				background-repeat: no-repeat;
				background-position: 0 0;
				padding: 0 0 .5em 1.5em;
			}

.efw input 
			{
				position: absolute;
				top: -99px;
			}

.efw.radio label
			{	
				background-image: url(../../img/radio.gif);
			}

.efw.check label
			{	
				background-image: url(../../img/check.gif);
			}

label.checked
			{	
				background-position: 0 -24px;
			}
<br />
<b>Warning</b>:  require(../../inc/css/mod/.css) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in <b>/home/restricted/home2/spinmusic1/public_html/inc/css/index.php</b> on line <b>17</b><br />
<br />
<b>Warning</b>:  require(../../inc/css/mod/.css) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in <b>/home/restricted/home2/spinmusic1/public_html/inc/css/index.php</b> on line <b>17</b><br />
<br />
<b>Fatal error</b>:  require() [<a href='function.require'>function.require</a>]: Failed opening required '../../inc/css/mod/.css' (include_path='.:/usr/share/pear') in <b>/home/restricted/home2/spinmusic1/public_html/inc/css/index.php</b> on line <b>17</b><br />
