/* menu Css start */

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 800px;
  height: 175px;
  display: block;
  background: url(../images/menubar.png) no-repeat;



}


input.post {
  width: 159px;
  text-indent:-9999px;
  height: 122px;
  border: none;
  display: block;
  background: url(../images/post.png) no-repeat;
  float: left;


}


input.post:hover {
  width: 159px;
  height: 122px;
  text-indent:-9999px;
  display: block;
  border: none;
  background: url(../images/postover.png) no-repeat;
  float: left;


}

input.phrase {
  width: 159px;
  text-indent:-9999px;
  display: block;
  height: 122px;
  border: none;
  background: url(../images/phrase.png) no-repeat;
  float: left;


}


input.phrase:hover {
  width: 159px;
  height: 122px;
  text-indent:-9999px;
  display: block;
  border: none;
  background: url(../images/phraseover.png) no-repeat;
  float: left;

}

/* menu Css end */

/* pagination Css start */

div.pagination {
	font-weight:normal;
	font-size: small;
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000;
	text-decoration: none; /* no underline */
	color: #000;
}
div.pagination a:hover, div.pagination a:active {
	border: 3px solid #FF0000;
	color: #FF0000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 3px solid #000;
		background-color: #FFFFFF;
		color: #000;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
		color: #000;
	}


/* pagination Css end */

/* body Css start */



#comments { overflow : auto; overflow-x: hidden; width: 100%; border-style: dotted; border-width:thin; border-bottom-color: black; border-top-color: white; border-left-color: white; border-right-color: white; }

#rightside { font-weight:normal; font:arial; color:black; font-size:10px; border-style: dotted; border-width:thin; border-bottom-color: black; border-top-color: white; border-left-color: white; border-right-color: white; }

#postbox { border-style: dotted; border-width:thin; border-bottom-color: black; border-top-color: white; border-left-color: white; border-right-color: white; }

#catchbox { border-style: dotted; border-width:thin; border-bottom-color: black; border-top-color: white; border-left-color: white; border-right-color: white; }

body {
	padding: 0;
	margin: 0;
	background: #fff url() repeat;
	color: #666;
}
#page {
	background: url(../images/background.png) no-repeat center top;
	width: 100%;
	display: table;
	margin: 0px auto 0;
}

#catchphrase {
	margin-right: 500px;
	padding-top: 58px;
	
	
}

#content {
	width: 800px;
	margin: 132px auto 0;
	background: #fff url(../images/contentback.png) no-repeat;;
	border: solid 0px #ccc;
	padding: 0px;
}
h1 {
	font-weight:normal;
	
	 
	
}

h3 {
	float: right;
	width:210px;
	height:90px;
	margin: 5px;
}


h2 {
	font-weight:normal;
	margin: 12px 225px 0px 12px;
	border-style: dotted;
	border-width:thin;
	border-bottom-color: white; 
	border-top-color: white; 
	border-left-color: white; 
	border-right-color: black;
	padding: 15px;
	}


/* body css end */..............