body {
height: 100%;
color: #948F82;
background-image: url(http://bangeled-soul.net/pics/bg.png);
background-repeat: repeat;
font-family: verdana,sans-serif;
font-size: 10px;
text-align: center;
background-color: #A2A2A2;
padding: 0;
margin: 0;
}

/* IE Hack */
* html body {
background-color: #999999;
}

tr,td {
color: #948F82;
font-family: verdana,sans-serif;
font-size: 10px;
}

/*---------------------------------------------------------------------
General page alignment and width
------------------------------------------------------------------------*/
#mainContainer {
height: 100%;
background-color: #FBF7DB;
text-align: justify;
width: 800px;
margin: 0 auto;
}

/* IE Hack */
* html #mainContainer {
margin: 0 auto;
}

#content {
background-color: #FBF7DB;
width: 555px;
margin: 5px;
padding: 10px;
}
#content a img {
	border: 1px solid #FF0A68;
    padding: 2px;
}

#sidebar {
background-color: #FBF7DB;
border-left: 1px solid #EAE4CD;
float: right;
width: 195px;
padding: 10px;
margin: 5px 5px 0 5px;
}

#footer {
margin-top: 20px;
margin-left: 0;
width: 100%;
text-align: center;
padding-bottom: 15px;
clear: both;
}

/*title and subtitle*/
#title {
background-color: transparent;
text-align: center;
padding: 0;
margin: 0 15px 0 0;
color: #E89300;
font-family: "Trebuchet MS",sans-serif;
font-size: 1.5em;
font-weight: normal;
display: none;
}

#subtitle {
margin: 0 15px 0 0;
color: #AAAAAA;
text-align: right;
text-transform: uppercase;
letter-spacing: 2px;
display: none;
}

/*-----------------------------------------------------------------------------
Header - you can add a header image
--------------------------------------------------------------------------------*/

#header {
width: 100%;
text-align: center;
}

#headerimg {
background-image:url(http://bangeled-soul.net/pics/header.png);
background-repeat: no-repeat;
background-color: transparent; 
width: 800px;
height: 435px;
padding: 0;
margin: 0 auto;
}

p.c2 {text-align: right}
div.c1 {text-align: center}

/*-----------------------------------------------------------------------------
Navigation link list
--------------------------------------------------------------------------------*/
#nav { text-align: right; }

ul.navheader {
padding: 0;
margin: 0 5px 0 0;
}
ul.navheader li {
display: inline;
padding: 8px;
border-width: 0 1px 1px 0;
border-style: solid;
border-color: #F7EFBC;
background-color: #FDFBE7;
}
/*look and color of links*/
div#nav a, div#nav a:link, div#nav a:visited {
font-family: "Lucida Sans",arial,sans-serif;
padding: 2px;
margin-top: 0;
color: #00ACDA;
font-size: 12px;
font-weight: normal;
letter-spacing: 1px;
text-transform: none;
text-decoration: none;
}
div#nav a:hover {
color: #FF0A68;
border: 0;
text-transform: none;
}

/*-----------------------------------------------------------------------------
Content - Links, h1, h2, etc.
--------------------------------------------------------------------------------*/

/* here you can edit the usual links */

a, a:link, a:visited { 
color: #FF0A68;
text-decoration: none;
text-transform: none;
font-weight: normal;
}
a:hover { 
color: #00ACDA;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #FF0A68;
}

ul {
list-style-image:url();
text-transform: uppercase;
font-size: 1.0em;
} 

h1 {
color: #9AC8D2;
font-family: georgia,tahoma,verdana,sans-serif;
font-size: 18px;
font-style: italic;
font-weight: normal;
text-transform: none;
text-align: left;
letter-spacing: 1px;
margin: 0 0 5px 5px;
line-height: 100%;
}
h2 {
color: #008AD6;
font-family: verdana,sans-serif;
font-size: 16px;
font-weight: normal;
text-align: left;
margin-bottom: 10px;
line-height: 2px;
}
h3 {
color: #008AD6;
font-family: georgia,tahoma,verdana,sans-serif;
font-size: 14px;
font-style: italic;
font-weight: normal;
text-align: left;
text-transform: none;
letter-spacing: 0;
margin-bottom: 20px;
padding: 2px;
background-color: transparent;
}

/* here you can edit anything else */
input, textarea, select {
background-color: #F7EFBC;
font-family: verdana,tahoma,sans-serif;
font-size: 10px;
color: #948F82;
border-width: 0 1px 1px 0;
border-style: solid;
border-color: #F7EFBC;
padding: 2px;
}
.img {
border-width: 4px;
border-style: solid;
border-color: #FDFBE7;
padding: 2px;
text-align: center;
}
/*-----------------------------------------------------------------------------
CuteNews
--------------------------------------------------------------------------------*/



.newscontainer {
text-align: justify;
}

.pic {
position: relative;
text-align: center;
float: left;
background-color: #A2A2A2;
padding: 5px;
margin: 5px;
z-index: 15;
border-width: 1px;
border-color: #948F82;
border-style: dotted;

}
